Class HealthCenterNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.java.diagnostics.healthcenter.api.HealthCenterException
com.ibm.java.diagnostics.healthcenter.api.HealthCenterNotSupportedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a HealthCenterNotSupportedException object.HealthCenterNotSupportedException(String message) Constructs a HealthCenterNotSupportedException object, with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HealthCenterNotSupportedException
Constructs a HealthCenterNotSupportedException object, with the specified detail message. -
HealthCenterNotSupportedException
public HealthCenterNotSupportedException()Constructs a HealthCenterNotSupportedException object.
-