Class InfoException

All Implemented Interfaces:
Serializable

public class InfoException extends CommandException

InfoException class.

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

    • InfoException

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

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

      public InfoException()