com.ibm.websphere.logging.hpel.reader

Class LogRepositoryException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.logging.hpel.reader.LogRepositoryException
All implemented interfaces:
java.io.Serializable

  1. public class LogRepositoryException
  2. extends java.lang.Exception
Checked exception thrown in API methods in case of an error.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
LogRepositoryException(java.lang.String message)
constructs exception with the specified message.
LogRepositoryException(java.lang.String message,java.lang.Throwable cause)
constructs exception with the specified message and cause.
LogRepositoryException(java.lang.Throwable cause)
constructs exception with the specified cause.

Method Summary

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

LogRepositoryException

  1. public LogRepositoryException(java.lang.String message)
constructs exception with the specified message.
Parameters:
message - details of the problem.

LogRepositoryException

  1. public LogRepositoryException(java.lang.Throwable cause)
constructs exception with the specified cause.
Parameters:
cause - cause for throwing this exception.

LogRepositoryException

  1. public LogRepositoryException(java.lang.String message,
  2. java.lang.Throwable cause)
constructs exception with the specified message and cause.
Parameters:
message - details of the problem.
cause - cause for throwing this exception.