Class ModuleRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scaleoutsoftware.modules.hosting.ModuleRegistrationException
- All Implemented Interfaces:
Serializable
A ModuleRegistrationException is thrown if an error occurs while registering a new module.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Create an Ec2TagMissingException with a message.ModuleRegistrationException(String message) Create an Ec2TagMissingException with a message.ModuleRegistrationException(String message, Exception cause) Create an Ec2TagMissingException with a message and a cause.ModuleRegistrationException(String message, Exception cause, boolean enableSuppresion, boolean writableStackTrace) Create an Ec2TagMissingException with a message and cause -- optionally suppress and write stack trace. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleRegistrationException
public ModuleRegistrationException()Default constructor. -
ModuleRegistrationException
Create an Ec2TagMissingException with a message.- Parameters:
message- the message.
-
ModuleRegistrationException
Create an Ec2TagMissingException with a message and a cause.- Parameters:
message- the message.cause- the cause.
-
ModuleRegistrationException
Create an Ec2TagMissingException with a message.- Parameters:
cause- the cause.
-
ModuleRegistrationException
public ModuleRegistrationException(String message, Exception cause, boolean enableSuppresion, boolean writableStackTrace) Create an Ec2TagMissingException with a message and cause -- optionally suppress and write stack trace.- Parameters:
message- the message.cause- the cause.enableSuppresion- flag to enable suppression.writableStackTrace- flag to determine stacktrace is writable.
-