Class ProviderConnectionResourceAllocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.jms.provider.ProviderException
org.apache.qpid.jms.provider.exceptions.ProviderIOException
org.apache.qpid.jms.provider.exceptions.ProviderConnectionRemotelyClosedException
org.apache.qpid.jms.provider.exceptions.ProviderConnectionResourceAllocationException
- All Implemented Interfaces:
Serializable
public class ProviderConnectionResourceAllocationException
extends ProviderConnectionRemotelyClosedException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProviderConnectionResourceAllocationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderConnectionResourceAllocationException
-
ProviderConnectionResourceAllocationException
-
-
Method Details
-
toJMSException
public jakarta.jms.ResourceAllocationException toJMSException()- Overrides:
toJMSExceptionin classProviderConnectionRemotelyClosedException
-