|
Version: ${maven.project.version} | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.soaplab.share.SoaplabException
@WebFault(name="SoaplabException", targetNamespace="http://org.soaplab.2", faultBean="SoaplabExceptionBean") public class SoaplabException
A general exception which can be used as a wrapper around other exceptions.
Constructor Summary | |
---|---|
SoaplabException(java.lang.String s)
A constructor specifying a reason for this exception. |
|
SoaplabException(java.lang.String message,
SoaplabExceptionBean faultInfo)
|
|
SoaplabException(java.lang.String message,
SoaplabExceptionBean faultInfo,
java.lang.Throwable cause)
|
|
SoaplabException(java.lang.String s,
java.lang.Throwable e)
A constructor allowing to chain exceptions. |
Method Summary | |
---|---|
static void |
formatAndLog(java.lang.Throwable e,
org.apache.commons.logging.Log log)
Format given exception 'e' depending on how serious it it. |
SoaplabExceptionBean |
getFaultInfo()
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SoaplabException(java.lang.String s)
s
- message/reasonpublic SoaplabException(java.lang.String s, java.lang.Throwable e)
s
- message (or reason of)e
- original cause of this exceptionpublic SoaplabException(java.lang.String message, SoaplabExceptionBean faultInfo)
faultInfo
- message
- public SoaplabException(java.lang.String message, SoaplabExceptionBean faultInfo, java.lang.Throwable cause)
faultInfo
- message
- cause
- Method Detail |
---|
public static void formatAndLog(java.lang.Throwable e, org.apache.commons.logging.Log log)
e
- an exception to be formatted and loggedlog
- where to log itpublic SoaplabExceptionBean getFaultInfo()
|
Version: ${maven.project.version} | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |