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