Class UnresolvedDependenciesException
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.UnresolvedDependenciesException
- All Implemented Interfaces:
Serializable
The type Unresolved dependencies exception.
- See Also:
-
Field Summary
Fields inherited from class com.priint.pubserver.comet.exception.CometException
ERROR_CONTEXT, GENERIC_ERROR -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Unresolved dependencies exception.UnresolvedDependenciesException(int errorCode, Object caller, String errorMessage) Instantiates a new Unresolved dependencies exception.UnresolvedDependenciesException(int errorCode, String serverModule, String errorMessage) Instantiates a new Unresolved dependencies exception.UnresolvedDependenciesException(Object caller, String errorMessage) Instantiates a new Unresolved dependencies exception.UnresolvedDependenciesException(Object caller, String message, Throwable cause) Instantiates a new Unresolved dependencies exception.UnresolvedDependenciesException(Object caller, Throwable cause) Instantiates a new Unresolved dependencies exception. -
Method Summary
Methods inherited from class com.priint.pubserver.comet.exception.CometException
getCauseMethods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnresolvedDependenciesException
public UnresolvedDependenciesException()Instantiates a new Unresolved dependencies exception. -
UnresolvedDependenciesException
Instantiates a new Unresolved dependencies exception.- Parameters:
errorCode- the error codecaller- the callererrorMessage- the error message
-
UnresolvedDependenciesException
Instantiates a new Unresolved dependencies exception.- Parameters:
caller- the callererrorMessage- the error message
-
UnresolvedDependenciesException
Instantiates a new Unresolved dependencies exception.- Parameters:
errorCode- the error codeserverModule- the server moduleerrorMessage- the error message
-
UnresolvedDependenciesException
Instantiates a new Unresolved dependencies exception.- Parameters:
caller- the callercause- the cause
-
UnresolvedDependenciesException
Instantiates a new Unresolved dependencies exception.- Parameters:
caller- the callermessage- the messagecause- the cause
-