com.ibm.tivoli.imi.spi

Class IMException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.tivoli.imi.spi.IMException
  • All Implemented Interfaces:
    java.io.Serializable


    public class IMException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  IMException.Code
      Every IMException must have a code which identifies a generic reason or cause that generated the exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      IMException.Code getCode() 
      java.lang.String getMessage() 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • IMException

        public IMException()
      • IMException

        public IMException(java.lang.String message)
      • IMException

        public IMException(java.lang.Throwable throwable)
      • IMException

        public IMException(java.lang.String message,
                           java.lang.Throwable throwable)
      • IMException

        public IMException(IMException.Code code,
                           java.lang.String message)
      • IMException

        public IMException(IMException.Code code,
                           java.lang.Throwable throwable)
      • IMException

        public IMException(IMException.Code code,
                           java.lang.String message,
                           java.lang.Throwable throwable)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable