com.ibm.ctg.monitoring

Class ContainerInfoContentException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.ctg.monitoring.ContainerInfoContentException
  • All Implemented Interfaces:
    java.io.Serializable


    public class ContainerInfoContentException
    extends java.lang.Exception
    This exception is thrown when the container data is no longer available on the ContainerInfo get data methods.
    See Also:
    Serialized Form
    • 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

      • ContainerInfoContentException

        public ContainerInfoContentException()
        Creates a new exception with no message.
      • ContainerInfoContentException

        public ContainerInfoContentException(java.lang.String message)
        Creates a new exception with the specified message.
        Parameters:
        message - The message in the exception.
      • ContainerInfoContentException

        public ContainerInfoContentException(java.lang.Throwable cause)
        Creates a new exception with the specified cause.
        Parameters:
        cause - The cause of the exception.
      • ContainerInfoContentException

        public ContainerInfoContentException(java.lang.String message,
                                     java.lang.Throwable cause)
        Creates a new exception with the specified message and cause.
        Parameters:
        message - The message in the exception.
        cause - The cause of the exception.

©Copyright IBM Corp. 1994, 2016


Legal