public class Ec2AdapterException
extends java.lang.Exception
__soss_metadata
tag.Constructor and Description |
---|
Ec2AdapterException()
Default constructor.
|
Ec2AdapterException(java.lang.Exception cause)
Create an Ec2AdapterException with a message.
|
Ec2AdapterException(java.lang.String message)
Create an Ec2AdapterException with a message.
|
Ec2AdapterException(java.lang.String message,
java.lang.Exception cause)
Create an Ec2AdapterException with a message and a cause.
|
Ec2AdapterException(java.lang.String message,
java.lang.Exception cause,
boolean enableSuppresion,
boolean writableStackTrace)
Create an Ec2AdapterException with a message and cause -- optionally suppress and write stack trace.
|
public Ec2AdapterException()
public Ec2AdapterException(java.lang.String message)
message
- the message.public Ec2AdapterException(java.lang.String message, java.lang.Exception cause)
message
- the message.cause
- the cause.public Ec2AdapterException(java.lang.Exception cause)
cause
- the cause.public Ec2AdapterException(java.lang.String message, java.lang.Exception cause, boolean enableSuppresion, boolean writableStackTrace)
message
- the message.cause
- the cause.enableSuppresion
- flag to enable suppression.writableStackTrace
- flag to determine stacktrace is writable.