Class ProviderUnsupportedOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.qpid.jms.provider.ProviderException
-
- org.apache.qpid.jms.provider.exceptions.ProviderUnsupportedOperationException
-
- All Implemented Interfaces:
Serializable
public class ProviderUnsupportedOperationException extends ProviderException
Thrown when an action request is not supported through this provider.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderUnsupportedOperationException(String message)ProviderUnsupportedOperationException(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
-
-