org.jboss.security
Class SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.security.SecurityException
All Implemented Interfaces:
java.io.Serializable

public class SecurityException
extends java.lang.Exception

Author:
Sohil Shah - sohil.shah@jboss.com
See Also:
Serialized Form

Constructor Summary
SecurityException()
           
SecurityException(java.lang.Exception ex)
           
SecurityException(java.lang.String ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityException

public SecurityException()

SecurityException

public SecurityException(java.lang.String ex)

SecurityException

public SecurityException(java.lang.Exception ex)