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