public class SecurityException extends RuntimeException
Constructor and Description |
---|
SecurityException()
Constructs a
SecurityException with no detail message. |
SecurityException(String s)
Constructs a
SecurityException with the specified
detail message. |
getMessage, initCause, printStackTrace, printStackTrace, toString
public SecurityException()
SecurityException
with no detail message.public SecurityException(String s)
SecurityException
with the specified
detail message.s
- the detail message.