com.j_spaces.core.sadapter
Class SAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.j_spaces.core.sadapter.SAException
All Implemented Interfaces:
Serializable

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:
Serialized Form

Constructor Summary
SAException()
           
SAException(String msg)
           
SAException(String msg, Throwable cause)
           
SAException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAException

public SAException()

SAException

public SAException(String msg)

SAException

public SAException(Throwable cause)

SAException

public SAException(String msg,
                   Throwable cause)