Package net.timewalker.ffmq4
Class FFMQException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- net.timewalker.ffmq4.FFMQException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataStoreException,InvalidDescriptorException,PacketTransportException
public class FFMQException extends javax.jms.JMSExceptionFFMQException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FFMQException(String message, String errorCode)ConstructorFFMQException(String message, String errorCode, Throwable linkedException)Constructor
-
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
-
-