Class LogRepositoryRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.logging.hpel.reader.LogRepositoryRuntimeException
- All Implemented Interfaces:
- Serializable
Unchecked exception to wrap checked one thrown in methods without 'throws' clause.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionconstructs exception with the specified cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LogRepositoryRuntimeExceptionconstructs exception with the specified cause.- Parameters:
- cause- underlying LogRepositoryException
 
 
-