Class BranchException

All Implemented Interfaces:
Serializable

public class BranchException extends RuntimeException
See Also:
  • Constructor Details

    • BranchException

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

      public BranchException(Throwable cause)
    • BranchException

      public BranchException(String message, Throwable cause)
    • BranchException

      public BranchException(String message)
    • BranchException

      public BranchException()