org.pf.security.crypto
Class CryptoRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CryptoRuntimeException
public CryptoRuntimeException()
CryptoRuntimeException
public CryptoRuntimeException(String message,
Throwable cause)
CryptoRuntimeException
public CryptoRuntimeException(String message)
CryptoRuntimeException
public CryptoRuntimeException(Throwable cause)
Copyright © 2013 Manfred Duchrow Consulting & Software. All Rights Reserved.