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 Summary
ConstructorsConstructorDescriptionLogRepositoryException
(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 Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogRepositoryException
constructs exception with the specified message.- Parameters:
message
- details of the problem.
-
LogRepositoryException
constructs exception with the specified cause.- Parameters:
cause
- cause for throwing this exception.
-
LogRepositoryException
constructs exception with the specified message and cause.- Parameters:
message
- details of the problem.cause
- cause for throwing this exception.
-