IBM WebSphere Application ServerTM
Release 8

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

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

public class LogRepositoryRuntimeException
extends java.lang.RuntimeException

Unchecked exception to wrap checked one thrown in methods without 'throws' clause.

See Also:
Serialized Form

Constructor Summary
LogRepositoryRuntimeException(LogRepositoryException 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

LogRepositoryRuntimeException

public LogRepositoryRuntimeException(LogRepositoryException cause)
constructs exception with the specified cause.

Parameters:
cause - underlying LogRepositoryException

IBM WebSphere Application ServerTM
Release 8