org.pfsw.security
Class SecurityRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)