org.apache.qpid.client.vmbroker
Class AMQVMBrokerCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.AMQException
              extended by org.apache.qpid.client.transport.AMQTransportConnectionException
                  extended by org.apache.qpid.client.vmbroker.AMQVMBrokerCreationException
All Implemented Interfaces:
Serializable

public class AMQVMBrokerCreationException
extends AMQTransportConnectionException

AMQVMBrokerCreationException represents failure to create an in VM broker on the vm transport medium.

CRC Card
Responsibilities Collaborations
Represent failure to create an in VM broker.

See Also:
Serialized Form
Todo:
Error code never used. This is not an AMQException.

Constructor Summary
AMQVMBrokerCreationException(org.apache.qpid.protocol.AMQConstant errorCode, int port, String message, Throwable cause)
           
AMQVMBrokerCreationException(int port)
          Deprecated.  
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMQVMBrokerCreationException

public AMQVMBrokerCreationException(int port)
Deprecated. 

Parameters:
port -

AMQVMBrokerCreationException

public AMQVMBrokerCreationException(org.apache.qpid.protocol.AMQConstant errorCode,
                                    int port,
                                    String message,
                                    Throwable cause)
Method Detail

toString

public String toString()
Overrides:
toString in class org.apache.qpid.AMQException


Licensed to the Apache Software Foundation