Package com.swiftmq.swiftlet.store
Class StoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.swiftlet.store.StoreException
- All Implemented Interfaces:
Serializable
An exception thrown by the StoreSwiftlet and other related classes on error.
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StoreException
Creates a new StoreException.- Parameters:
message
- the message.
-