Class LogRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.logging.hpel.reader.LogRepositoryException
- All Implemented Interfaces:
- Serializable
Checked exception thrown in API methods in case of an error.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLogRepositoryException(String message) constructs exception with the specified message.LogRepositoryException(String message, Throwable cause) constructs exception with the specified message and cause.LogRepositoryException(Throwable cause) constructs 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- 
LogRepositoryExceptionconstructs exception with the specified message.- Parameters:
- message- details of the problem.
 
- 
LogRepositoryExceptionconstructs exception with the specified cause.- Parameters:
- cause- cause for throwing this exception.
 
- 
LogRepositoryExceptionconstructs exception with the specified message and cause.- Parameters:
- message- details of the problem.
- cause- cause for throwing this exception.
 
 
-