Class ContainerEmptyException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • ContainerEmptyException

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

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

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

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

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

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