com.ibm.websphere.logging.hpel.reader
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.Exception
See Also:
Constructor Summary
Constructor and 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.
|
Method Summary
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
LogRepositoryException
- public LogRepositoryException(java.lang.String message)
constructs exception with the specified message.
Parameters:
message
- details of the problem. LogRepositoryException
- public LogRepositoryException(java.lang.Throwable cause)
constructs exception with the specified cause.
Parameters:
cause
- cause for throwing this exception. LogRepositoryException
- public 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.