Class ProviderConnectionRemotelyClosedException
- 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
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ProviderConnectionRedirectedException,ProviderConnectionResourceAllocationException,ProviderConnectionResourceNotFoundException,ProviderConnectionSecurityException,ProviderInvalidClientIDException
public class ProviderConnectionRemotelyClosedException extends ProviderIOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderConnectionRemotelyClosedException(java.lang.String message)ProviderConnectionRemotelyClosedException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.jms.JMSExceptiontoJMSException()
-
-
-
Method Detail
-
toJMSException
public jakarta.jms.JMSException toJMSException()
- Overrides:
toJMSExceptionin classProviderException
-
-