Class ConfigNotFoundException
- 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.ConfigNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigNotFoundException extends CometException
The type Config not found 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 ConfigNotFoundException(java.lang.Object caller, java.lang.String message)Instantiates a new Config not found exception.ConfigNotFoundException(java.lang.Object caller, java.lang.Throwable cause)Instantiates a new Config not found 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
-
ConfigNotFoundException
public ConfigNotFoundException(java.lang.Object caller, java.lang.String message)Instantiates a new Config not found exception.- Parameters:
caller- the callermessage- the message
-
ConfigNotFoundException
public ConfigNotFoundException(java.lang.Object caller, java.lang.Throwable cause)Instantiates a new Config not found exception.- Parameters:
caller- the callercause- the cause
-
-