public class ScaleCapacityExceededException
extends java.lang.Exception
| Constructor and Description |
|---|
ScaleCapacityExceededException()
No arguments.
|
ScaleCapacityExceededException(java.lang.String message)
construct using a message.
|
ScaleCapacityExceededException(java.lang.String message,
java.lang.Throwable cause)
construct using a message and a clause.
|
ScaleCapacityExceededException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
construct using a message cause and flags.
|
ScaleCapacityExceededException(java.lang.Throwable cause)
construct using a cause.
|
public ScaleCapacityExceededException()
public ScaleCapacityExceededException(java.lang.String message)
message - the message.public ScaleCapacityExceededException(java.lang.Throwable cause)
cause - the root cause.public ScaleCapacityExceededException(java.lang.String message,
java.lang.Throwable cause)
message - the message.cause - the root cause.public ScaleCapacityExceededException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
message - the message.cause - the root cause.enableSuppression - enable suppression or not.writableStackTrace - flag if writableStackTrace.