Class ContainerEmptyException

All Implemented Interfaces:
Serializable

public class ContainerEmptyException extends CometException
The type Container empty exception.
See Also:
  • Constructor Details

    • ContainerEmptyException

      public ContainerEmptyException()
      Instantiates a new Container empty exception.
    • ContainerEmptyException

      public ContainerEmptyException(int errorCode, Object caller, String errorMessage)
      Instantiates a new Container empty exception.
      Parameters:
      errorCode - the error code
      caller - the caller
      errorMessage - the error message
    • ContainerEmptyException

      public ContainerEmptyException(Object caller, String errorMessage)
      Instantiates a new Container empty exception.
      Parameters:
      caller - the caller
      errorMessage - the error message
    • ContainerEmptyException

      public ContainerEmptyException(int errorCode, String serverModule, String errorMessage)
      Instantiates a new Container empty exception.
      Parameters:
      errorCode - the error code
      serverModule - the server module
      errorMessage - the error message
    • ContainerEmptyException

      public ContainerEmptyException(Object caller, Throwable cause)
      Instantiates a new Container empty exception.
      Parameters:
      caller - the caller
      cause - the cause
    • ContainerEmptyException

      public ContainerEmptyException(Object caller, String message, Throwable cause)
      Instantiates a new Container empty exception.
      Parameters:
      caller - the caller
      message - the message
      cause - the cause