Package org.apache.qpid.jms.exceptions
Class IdConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- org.apache.qpid.jms.exceptions.QpidJmsException
-
- org.apache.qpid.jms.exceptions.IdConversionException
-
- All Implemented Interfaces:
Serializable
public class IdConversionException extends QpidJmsException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdConversionException(String reason)IdConversionException(String reason, Exception cause)
-
Method Summary
-
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-