|
|||||||||
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.LogHandlerException
LogException thrown when a log handler error is encountered.
Constructor Summary | |
LogHandlerException()
Throw a log exception when a log handler error is encountered. |
|
LogHandlerException(java.lang.String msg)
Throw a log exception when a log handler error is encountered. |
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 LogHandlerException()
public LogHandlerException(java.lang.String msg)
msg
- Log exception message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |