|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xenonsoft.bridgetown.soa.ServiceException
Generic root exception raised for when a service fails to load or a failure that occurs during a service operation call. This exception can be subclassed by individual service bean implementation to add further specialisation.
| Constructor Summary | |
ServiceException()
Default constructor |
|
ServiceException(java.lang.String message)
Standard constructor |
|
ServiceException(java.lang.String message,
java.lang.Throwable cause)
Standard constructor |
|
ServiceException(java.lang.Throwable cause)
Standard constructor |
|
| 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 ServiceException()
public ServiceException(java.lang.String message)
message - the messagepublic ServiceException(java.lang.Throwable cause)
cause - the root cause
public ServiceException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||