Class ConnectionVetoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.swiftlet.net.ConnectionVetoException
All Implemented Interfaces:
Serializable

public class ConnectionVetoException extends Exception
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 Details

    • ConnectionVetoException

      public ConnectionVetoException(String message)
      Constructs a new ConnectionVetoException.
      Parameters:
      message - exception message.