Class DerivePathException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class DerivePathException extends AnchorFriendlyCheckedException
When an error occurs deriving a path from another path.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • DerivePathException

      public DerivePathException(String message)
      Create with a message only.
      Parameters:
      message - the exception message.
    • DerivePathException

      public DerivePathException(Throwable cause)
      Create with a cause only.
      Parameters:
      cause - the cause.
    • DerivePathException

      public DerivePathException(String message, Throwable cause)
      Create with a message and cause.
      Parameters:
      message - the exception message.
      cause - the cause.