public class SecurityException
extends java.lang.Exception
| Constructor and Description |
|---|
SecurityException(java.lang.String message)
constructur with message.
|
SecurityException(java.lang.String message,
java.lang.Throwable cause)
constructur with mesage and causing exception.
|
SecurityException(java.lang.Throwable cause)
constructur with causing exception.
|
public SecurityException(java.lang.String message)
message - detailed error message.public SecurityException(java.lang.Throwable cause)
cause - exception that caused the error.public SecurityException(java.lang.String message,
java.lang.Throwable cause)
message - detailed error message.cause - exception that caused the error.