Class PpdException

All Implemented Interfaces:
Serializable

public class PpdException extends CommandException

PpdException class.

Version:
7.6.21
Author:
Michael Thomas (mikepthomas@outlook.com)
See Also:
  • Constructor Details

    • PpdException

      public PpdException(String message)
      Constructs an instance of PpdException with the specified detail message.
      Parameters:
      message - the detail message.
    • PpdException

      public PpdException(String message, Throwable cause)
      Constructs an instance of PpdException with the specified detail message and the cause of the Exception.
      Parameters:
      message - the detail message.
      cause - the cause of the exception.
    • PpdException

      public PpdException()