Package com.swiftmq.swiftlet.net
Class ConnectionVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.swiftlet.net.ConnectionVetoException
- All Implemented Interfaces:
Serializable
A ConnectionVetoException must be thrown by a
ConnectionListener
when a connection could not be accepted for any Swiftlet specific reasons, e.g.
not authorized.- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionVetoException
(String message) Constructs a new ConnectionVetoException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionVetoException
Constructs a new ConnectionVetoException.- Parameters:
message
- exception message.
-