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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a HealthCenterException object withnullas its error detail message.HealthCenterException(String message) Constructs a HealthCenterException object with the specified detail message.HealthCenterException(String message, Throwable cause) Constructs a HealthCenterException object with the specified detail message and cause.HealthCenterException(Throwable cause) Constructs a HealthCenterException object with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HealthCenterException
public HealthCenterException()Constructs a HealthCenterException object withnullas its error detail message. -
HealthCenterException
Constructs a HealthCenterException object with the specified detail message. -
HealthCenterException
Constructs a HealthCenterException object with the specified cause. -
HealthCenterException
Constructs a HealthCenterException object with the specified detail message and cause.
-