java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infrastructurebuilder.exceptions.IBException
org.infrastructurebuilder.util.dag.DAGWalkerException
All Implemented Interfaces:
Serializable

public class DAGWalkerException extends org.infrastructurebuilder.exceptions.IBException
See Also:
  • Constructor Details

    • DAGWalkerException

      public DAGWalkerException()
    • DAGWalkerException

      public DAGWalkerException(String message)
    • DAGWalkerException

      public DAGWalkerException(String message, Throwable cause)
    • DAGWalkerException

      public DAGWalkerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • DAGWalkerException

      public DAGWalkerException(Throwable cause)