org.pfsw.security
Class SecurityRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pfsw.security.SecurityRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class SecurityRuntimeException
extends java.lang.RuntimeException

A generic runtime exception for security problems.

See Also:
Serialized Form

Constructor Summary
SecurityRuntimeException(java.security.GeneralSecurityException secException)
           
SecurityRuntimeException(java.security.GeneralSecurityException secException, java.lang.String message, java.lang.Object... args)
           
SecurityRuntimeException(java.lang.String message, java.lang.Object... args)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityRuntimeException

public SecurityRuntimeException(java.lang.String message,
                                java.lang.Object... args)

SecurityRuntimeException

public SecurityRuntimeException(java.security.GeneralSecurityException secException,
                                java.lang.String message,
                                java.lang.Object... args)

SecurityRuntimeException

public SecurityRuntimeException(java.security.GeneralSecurityException secException)