com.ibm.dbb.dependency

Class DependencyException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.dbb.dependency.DependencyException
  • All Implemented Interfaces:
    java.io.Serializable


    public class DependencyException
    extends java.lang.Exception
    Throw when a failure encounters during dependency resolution
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      DependencyException()
      Construct a new exception without a detail message.
      DependencyException(java.lang.String message)
      Constructs a new exception with the specified detail message
      DependencyException(java.lang.String message, java.lang.Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      DependencyException(java.lang.Throwable cause)
      Constructs a new exception with the specified cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DependencyException

        public DependencyException()
        Construct a new exception without a detail message.
      • DependencyException

        public DependencyException(java.lang.String message)
        Constructs a new exception with the specified detail message

        Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.

        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      • DependencyException

        public DependencyException(java.lang.Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
      • DependencyException

        public DependencyException(java.lang.String message,
                                   java.lang.Throwable cause)
        Constructs a new exception with the specified detail message and cause.

        Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.

        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.