Class ContainerEmptyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.priint.pubserver.exception.PubServerException
-
- com.priint.pubserver.comet.exception.CometException
-
- com.priint.pubserver.comet.exception.ContainerEmptyException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContainerEmptyException extends CometException
The type Container empty exception.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.exception.CometException
ERROR_CONTEXT, GENERIC_ERROR
-
-
Constructor Summary
Constructors Constructor Description ContainerEmptyException()Instantiates a new Container empty exception.ContainerEmptyException(int errorCode, java.lang.Object caller, java.lang.String errorMessage)Instantiates a new Container empty exception.ContainerEmptyException(int errorCode, java.lang.String serverModule, java.lang.String errorMessage)Instantiates a new Container empty exception.ContainerEmptyException(java.lang.Object caller, java.lang.String errorMessage)Instantiates a new Container empty exception.ContainerEmptyException(java.lang.Object caller, java.lang.String message, java.lang.Throwable cause)Instantiates a new Container empty exception.ContainerEmptyException(java.lang.Object caller, java.lang.Throwable cause)Instantiates a new Container empty exception.
-
Method Summary
-
Methods inherited from class com.priint.pubserver.comet.exception.CometException
getCause
-
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStack
-
-
-
-
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 codecaller- the callererrorMessage- the error message
-
ContainerEmptyException
public ContainerEmptyException(java.lang.Object caller, java.lang.String errorMessage)Instantiates a new Container empty exception.- Parameters:
caller- the callererrorMessage- 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 codeserverModule- the server moduleerrorMessage- the error message
-
ContainerEmptyException
public ContainerEmptyException(java.lang.Object caller, java.lang.Throwable cause)Instantiates a new Container empty exception.- Parameters:
caller- the callercause- 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 callermessage- the messagecause- the cause
-
-