IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.logging.hpel.reader
Class LogRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.logging.hpel.reader.LogRepositoryException
All Implemented Interfaces:
java.io.Serializable

public class LogRepositoryException
extends java.lang.Exception

Checked exception thrown in API methods in case of an error.

See Also:
Serialized Form

Constructor Summary
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

public LogRepositoryException(java.lang.String message)
constructs exception with the specified message.

Parameters:
message - details of the problem.

LogRepositoryException

public LogRepositoryException(java.lang.Throwable cause)
constructs exception with the specified cause.

Parameters:
cause - cause for throwing this exception.

LogRepositoryException

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

Parameters:
message - details of the problem.
cause - cause for throwing this exception.

IBM WebSphere Application ServerTM
Release 8