java.lang
Class SecurityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.SecurityException

public class SecurityException
extends RuntimeException

Signals that a security exception has occurred.


Constructor Summary
SecurityException()
          Constructs a SecurityException with no detail message.
SecurityException(String s)
          Constructs a SecurityException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityException

public SecurityException()
Constructs a SecurityException with no detail message. A detail message is a String that describes this particular exception.


SecurityException

public SecurityException(String s)
Constructs a SecurityException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message