Class UnresolvedDependenciesException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • UnresolvedDependenciesException

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

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

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

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

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

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