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, toStringpublic 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–2016 The Apache Software Foundation. All rights reserved.