public class CryptoException extends Exception
Constructor and Description |
---|
CryptoException()
base constructor.
|
CryptoException(String message)
create a CryptoException with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CryptoException()
public CryptoException(String message)
message
- the message to be carried with the exception.Copyright © 2015. All rights reserved.