Package com.swiftmq.swiftlet.net
Class ConnectionVetoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.swiftmq.swiftlet.net.ConnectionVetoException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionVetoException extends java.lang.Exception
A ConnectionVetoException must be thrown by aConnectionListener
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:
ConnectionListener
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionVetoException(java.lang.String message)
Constructs a new ConnectionVetoException.
-