org.pf.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.pf.security.crypto.CryptoRuntimeException
All Implemented Interfaces:
Serializable

public class CryptoRuntimeException
extends 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.

Version:
1.0
Author:
Manfred Duchrow
See Also:
Serialized Form

Constructor Summary
CryptoRuntimeException()
           
CryptoRuntimeException(String message)
           
CryptoRuntimeException(String message, Throwable cause)
           
CryptoRuntimeException(Throwable cause)
           
 
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

CryptoRuntimeException

public CryptoRuntimeException()

CryptoRuntimeException

public CryptoRuntimeException(String message,
                              Throwable cause)

CryptoRuntimeException

public CryptoRuntimeException(String message)

CryptoRuntimeException

public CryptoRuntimeException(Throwable cause)


Copyright © 2015 Manfred Duchrow Consulting & Software. All rights reserved.