inetsoft.sree.security
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
inetsoft.sree.security.SecurityException
- All Implemented Interfaces:
- Serializable
public class SecurityException
- extends Exception
Generate security excption
- See Also:
- Serialized Form
|
Constructor Summary |
SecurityException()
Constructs an SecurityException with null
as its error detail message. |
SecurityException(String msg)
Constructs an SecurityException with the specified detail
message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SecurityException
public SecurityException()
- Constructs an
SecurityException with null
as its error detail message.
SecurityException
public SecurityException(String msg)
- Constructs an
SecurityException with the specified detail
message. The error message string msg can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable.
- Parameters:
msg - the detail message.