Class ProviderIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.qpid.jms.provider.ProviderException
-
- org.apache.qpid.jms.provider.exceptions.ProviderIOException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProviderClosedException,ProviderConnectionRemotelyClosedException,ProviderFailedException,ProviderIdleTimeoutException
public class ProviderIOException extends ProviderException
Exception type that is thrown when the provider has encountered an unrecoverable error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderIOException(String message)ProviderIOException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.qpid.jms.provider.ProviderException
toJMSException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-