Class UnresolvedDependenciesException

All Implemented Interfaces:
Serializable

public class UnresolvedDependenciesException extends CometException
The type Unresolved dependencies exception.
See Also:
  • Constructor Details

    • UnresolvedDependenciesException

      public UnresolvedDependenciesException()
      Instantiates a new Unresolved dependencies exception.
    • UnresolvedDependenciesException

      public UnresolvedDependenciesException(int errorCode, Object caller, String errorMessage)
      Instantiates a new Unresolved dependencies exception.
      Parameters:
      errorCode - the error code
      caller - the caller
      errorMessage - the error message
    • UnresolvedDependenciesException

      public UnresolvedDependenciesException(Object caller, String errorMessage)
      Instantiates a new Unresolved dependencies exception.
      Parameters:
      caller - the caller
      errorMessage - the error message
    • UnresolvedDependenciesException

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

      public UnresolvedDependenciesException(Object caller, Throwable cause)
      Instantiates a new Unresolved dependencies exception.
      Parameters:
      caller - the caller
      cause - the cause
    • UnresolvedDependenciesException

      public UnresolvedDependenciesException(Object caller, String message, Throwable cause)
      Instantiates a new Unresolved dependencies exception.
      Parameters:
      caller - the caller
      message - the message
      cause - the cause