Package com.j_spaces.core.sadapter
Class SAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.sadapter.SAException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SyncHybridSAException
SAException is a class that wraps exception that are thrown at the storage adapter. This
exception is unique to the storage adapter.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSAException(String msg) SAException(String msg, Throwable cause) SAException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SAException
public SAException() -
SAException
-
SAException
-
SAException
-