public class KeyWrapException
extends java.lang.SecurityException
Constructor and Description |
---|
KeyWrapException()
Constructor.
|
KeyWrapException(java.lang.String message)
Constructor.
|
KeyWrapException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
KeyWrapException(java.lang.Throwable cause)
Constructor.
|
public KeyWrapException()
public KeyWrapException(java.lang.String message)
message
- the error message.public KeyWrapException(java.lang.String message, java.lang.Throwable cause)
message
- the error message.cause
- the error cause.public KeyWrapException(java.lang.Throwable cause)
cause
- the error cause.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.