java.io.Serializable
public class CryptographyException
extends java.lang.Exception
Constructor | Description |
---|---|
CryptographyException(java.lang.Exception e) |
Constructor.
|
CryptographyException(java.lang.String msg) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Exception |
getEmbedded() |
This will get the exception that caused this exception.
|
public CryptographyException(java.lang.String msg)
msg
- A msg to go with this exception.public CryptographyException(java.lang.Exception e)
e
- The root exception that caused this exception.