public class KeyWrapException extends SecurityException
Constructor and Description |
---|
KeyWrapException()
Constructor.
|
KeyWrapException(String message)
Constructor.
|
KeyWrapException(String message,
Throwable cause)
Constructor.
|
KeyWrapException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KeyWrapException()
public KeyWrapException(String message)
message
- the error message.public KeyWrapException(String message, Throwable cause)
message
- the error message.cause
- the error cause.public KeyWrapException(Throwable cause)
cause
- the error cause.Copyright © 2017. All rights reserved.