|
|||||||||
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.InvalidLogNameException
LogException thrown when log name is invalid. The log name should not contain "-".
Constructor Summary | |
InvalidLogNameException()
Throw a log exception when the log name is invalid. |
|
InvalidLogNameException(java.lang.String msg)
Throw a log exception when the log name is invalid. |
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 InvalidLogNameException()
public InvalidLogNameException(java.lang.String msg)
msg
- Log exception message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |