? SubsystemException

????????:
Serializable

public class SubsystemException extends RuntimeException
A Subsystem exception used to indicate a problem.
????:
  • ???????

    • SubsystemException

      public SubsystemException()
      Construct a Subsystem exception with no message.
    • SubsystemException

      public SubsystemException(String message)
      Construct a Subsystem exception specifying a message.
      ??:
      message - The message to include in the exception.
    • SubsystemException

      public SubsystemException(Throwable cause)
      Construct a Subsystem exception specifying a cause.
      ??:
      cause - The cause of the exception.
    • SubsystemException

      public SubsystemException(String message, Throwable cause)
      Construct a Subsystem exception specifying a message and a cause.
      ??:
      message - The message to include in the exception.
      cause - The cause of the exception.