Package net.timewalker.ffmq4.management
Class InvalidDescriptorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- net.timewalker.ffmq4.FFMQException
-
- net.timewalker.ffmq4.management.InvalidDescriptorException
-
- All Implemented Interfaces:
Serializable
public final class InvalidDescriptorException extends FFMQException
Exception thrown when an invalid desciptor is found.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDescriptorException(String message)ConstructorInvalidDescriptorException(String message, 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
-
-