|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.logging.hpel.reader.LogRepositoryException
public class LogRepositoryException
Checked exception thrown in API methods in case of an error.
Constructor Summary | |
---|---|
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 |
---|
public LogRepositoryException(java.lang.String message)
message
- details of the problem.public LogRepositoryException(java.lang.Throwable cause)
cause
- cause for throwing this exception.public LogRepositoryException(java.lang.String message, java.lang.Throwable cause)
message
- details of the problem.cause
- cause for throwing this exception.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |