Package com.saperion.exception
Class SaSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaSecurityException
- All Implemented Interfaces:
Serializable
Exception class for RMI security exceptions.
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaSecurityException(String arg0) ConstructsSaSecurityExceptionwith the specified message.SaSecurityException(String arg0, Throwable arg1) ConstructsSaSecurityExceptionwith the specified message and nested exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaSecurityException
ConstructsSaSecurityExceptionwith the specified message.- Parameters:
arg0- Message
-
SaSecurityException
ConstructsSaSecurityExceptionwith the specified message and nested exception.- Parameters:
arg0- Messagearg1- Throwable
-