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

public class SAException extends Exception
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 Details

    • SAException

      public SAException()
    • SAException

      public SAException(String msg)
    • SAException

      public SAException(Throwable cause)
    • SAException

      public SAException(String msg, Throwable cause)