Class DataStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- net.timewalker.ffmq4.FFMQException
-
- net.timewalker.ffmq4.storage.data.DataStoreException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataStoreFullException,JournalException
public class DataStoreException extends FFMQException
DataStoreException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataStoreException(String message)ConstructorDataStoreException(String message, Exception linkedException)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
- Overrides:
getErrorCodein classjavax.jms.JMSException
-
-