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:
java.io.Serializable
public class SaSecurityException extends SaBasicException
Exception class for RMI security exceptions.- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaSecurityException(java.lang.String arg0)
ConstructsSaSecurityException
with the specified message.SaSecurityException(java.lang.String arg0, java.lang.Throwable arg1)
ConstructsSaSecurityException
with the specified message and nested exception.
-
-
-
Constructor Detail
-
SaSecurityException
public SaSecurityException(java.lang.String arg0)
ConstructsSaSecurityException
with the specified message.- Parameters:
arg0
- Message
-
SaSecurityException
public SaSecurityException(java.lang.String arg0, java.lang.Throwable arg1)
ConstructsSaSecurityException
with the specified message and nested exception.- Parameters:
arg0
- Messagearg1
- Throwable
-
-