public class GcpAdapterException
extends java.lang.Exception
__soss_metadata
tag.Constructor and Description |
---|
GcpAdapterException()
Default constructor.
|
GcpAdapterException(java.lang.Exception cause)
Create an GcpAdapterException with a cause.
|
GcpAdapterException(java.lang.String message)
Create an GcpAdapterException with a message and cause -- optionally suppress and write stack trace.
|
GcpAdapterException(java.lang.String message,
java.lang.Exception cause)
Create an GcpAdapterException with a message and cause -- optionally suppress and write stack trace.
|
GcpAdapterException(java.lang.String message,
java.lang.Exception cause,
boolean enableSuppresion,
boolean writableStackTrace)
Create an GcpAdapterException with a message and cause -- optionally suppress and write stack trace.
|
public GcpAdapterException()
public GcpAdapterException(java.lang.String message)
message
- the message.public GcpAdapterException(java.lang.String message, java.lang.Exception cause)
message
- the message.cause
- the cause.public GcpAdapterException(java.lang.Exception cause)
cause
- the cause.public GcpAdapterException(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.