|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.iplanet.log.LogException | +--com.iplanet.log.LogReadException
Log Exception thrown when an error is encountered in retrieving the log information.
Constructor Summary | |
LogReadException()
Throw a log exception when the log infomation retrieval fails. |
|
LogReadException(java.lang.String msg)
Throw a log exception when the log infomation retrieval fails. |
Methods inherited from class com.iplanet.log.LogException |
getType |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LogReadException()
public LogReadException(java.lang.String msg)
msg
- Log exception message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |