public class CryptographyException extends Exception
Constructor and Description |
---|
CryptographyException(Exception e)
Constructor.
|
CryptographyException(String msg)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Exception |
getEmbedded()
This will get the exception that caused this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CryptographyException(String msg)
msg
- A msg to go with this exception.public CryptographyException(Exception e)
e
- The root exception that caused this exception.public Exception getEmbedded()
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.