Class LogRepositoryRuntimeException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.ibm.websphere.logging.hpel.reader.LogRepositoryRuntimeException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class LogRepositoryRuntimeException extends java.lang.RuntimeExceptionUnchecked exception to wrap checked one thrown in methods without 'throws' clause.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LogRepositoryRuntimeException(LogRepositoryException cause)constructs exception with the specified cause.
 
- 
- 
- 
Constructor Detail- 
LogRepositoryRuntimeExceptionpublic LogRepositoryRuntimeException(LogRepositoryException cause) constructs exception with the specified cause.- Parameters:
- cause- underlying LogRepositoryException
 
 
- 
 
-