|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xmlecho.palomar.ECHOException
org.xmlecho.palomar.log.LogServiceException
The base class for all exceptions thrown by the Logging facility. May serve as a wrapper for another exception which was caught by Logging code
| Constructor Summary | |
LogServiceException()
|
|
LogServiceException(java.lang.Exception why)
create a new LogServiceException wrapped over another Exception |
|
LogServiceException(java.lang.String msg)
create a new LogServiceException |
|
LogServiceException(java.lang.String msg,
java.lang.Exception why)
create a new LogServiceException wrapped over another Exception along with a message |
|
| Methods inherited from class org.xmlecho.palomar.ECHOException |
getException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LogServiceException()
public LogServiceException(java.lang.String msg)
public LogServiceException(java.lang.String msg,
java.lang.Exception why)
public LogServiceException(java.lang.Exception why)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||