org.pfsw.security.crypto
Class CryptoRuntimeException

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

public class CryptoRuntimeException
extends java.lang.RuntimeException

A simple runtime exception class that is used to encapsulate checked exceptions in cases where catching exceptions makes no sense or is polluting the code.

See Also:
Serialized Form

Constructor Summary
CryptoRuntimeException(java.lang.String message, java.lang.Object... args)
           
CryptoRuntimeException(java.lang.Throwable cause, 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

CryptoRuntimeException

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

CryptoRuntimeException

public CryptoRuntimeException(java.lang.Throwable cause,
                              java.lang.String message,
                              java.lang.Object... args)