Class LogRepositoryException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.websphere.logging.hpel.reader.LogRepositoryException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class LogRepositoryException extends java.lang.ExceptionChecked exception thrown in API methods in case of an error.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor 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.
 
- 
- 
- 
Constructor Detail- 
LogRepositoryExceptionpublic LogRepositoryException(java.lang.String message) constructs exception with the specified message.- Parameters:
- message- details of the problem.
 
 - 
LogRepositoryExceptionpublic LogRepositoryException(java.lang.Throwable cause) constructs exception with the specified cause.- Parameters:
- cause- cause for throwing this exception.
 
 - 
LogRepositoryExceptionpublic 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.
 
 
- 
 
-