org.genepattern.webservice
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
WebServiceException()
Constructs a new web service exeption. |
|
WebServiceException(java.lang.String message)
Constructs a new web service exeption with the specified message. |
|
WebServiceException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a new web service exeption when the service needs to throw an exeption and include a message about the "root cause" exception. |
|
WebServiceException(java.lang.Throwable rootCause)
Constructs a new web service exeption when the service needs to throw an exeption and include a message about the "root cause" exception. |
|
| Method Summary | |
java.lang.Throwable |
getRootCause()
Returns the exception that caused this web service exception. |
void |
printStackTrace()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WebServiceException()
public WebServiceException(java.lang.String message)
message - a String specifying the text of the exception
message
public WebServiceException(java.lang.String message,
java.lang.Throwable rootCause)
message - a String specifying the text of the exception
messagerootCause - the Throwable exception that caused the
problem, making this service exeption necessary.public WebServiceException(java.lang.Throwable rootCause)
This method calls the getLocalizedMessage method on the
Throwable exception to get the localized exception
message.
rootCause - the Throwable exception that caused the
problem, making this service exeption necessary.| Method Detail |
public java.lang.Throwable getRootCause()
Throwable that caused this service exceptionpublic java.lang.String toString()
public void printStackTrace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||