com.ibm.java.diagnostics.healthcenter.api

Class HealthCenterException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.java.diagnostics.healthcenter.api.HealthCenterException
    • Constructor Summary

      Constructors 
      Constructor and Description
      HealthCenterException()
      Constructs a HealthCenterException object with null as its error detail message.
      HealthCenterException(java.lang.String message)
      Constructs a HealthCenterException object with the specified detail message.
      HealthCenterException(java.lang.String message, java.lang.Throwable cause)
      Constructs a HealthCenterException object with the specified detail message and cause.
      HealthCenterException(java.lang.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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HealthCenterException

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

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

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

        public HealthCenterException(java.lang.String message,
                                     java.lang.Throwable cause)
        Constructs a HealthCenterException object with the specified detail message and cause.
© Copyright 2012, 2016 IBM Corporation.