Class HealthCenterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.java.diagnostics.healthcenter.api.HealthCenterException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HealthCenterJMXException, HealthCenterNotSupportedException, HealthCenterSSLException

public class HealthCenterException extends Exception
See Also:
  • Constructor Details

    • HealthCenterException

      public HealthCenterException()
      Constructs a HealthCenterException object with null as its error detail message.
    • HealthCenterException

      public HealthCenterException(String message)
      Constructs a HealthCenterException object with the specified detail message.
    • HealthCenterException

      public HealthCenterException(Throwable cause)
      Constructs a HealthCenterException object with the specified cause.
    • HealthCenterException

      public HealthCenterException(String message, Throwable cause)
      Constructs a HealthCenterException object with the specified detail message and cause.