Class ModuleRegistrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scaleoutsoftware.modules.hosting.ModuleRegistrationException
All Implemented Interfaces:
Serializable

public class ModuleRegistrationException extends Exception
A ModuleRegistrationException is thrown if an error occurs while registering a new module.
See Also:
  • Constructor Details

    • ModuleRegistrationException

      public ModuleRegistrationException()
      Default constructor.
    • ModuleRegistrationException

      public ModuleRegistrationException(String message)
      Create an Ec2TagMissingException with a message.
      Parameters:
      message - the message.
    • ModuleRegistrationException

      public ModuleRegistrationException(String message, Exception cause)
      Create an Ec2TagMissingException with a message and a cause.
      Parameters:
      message - the message.
      cause - the cause.
    • ModuleRegistrationException

      public ModuleRegistrationException(Exception cause)
      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.