org.apache.qpid.client.vmbroker
Class AMQVMBrokerCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.client.transport.AMQTransportConnectionException
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.
Methods inherited from class org.apache.qpid.AMQException |
cloneForCurrentThread, getErrorCode, isHardError |
AMQVMBrokerCreationException
public AMQVMBrokerCreationException(int port)
- Deprecated.
- Parameters:
port
-
AMQVMBrokerCreationException
public AMQVMBrokerCreationException(org.apache.qpid.protocol.AMQConstant errorCode,
int port,
String message,
Throwable cause)
toString
public String toString()
- Overrides:
toString
in class org.apache.qpid.AMQException
Licensed to the Apache Software Foundation