|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.ServiceException
public class ServiceException
Base exception class for all service related exceptions. This
class extends ChainedException which
provides the capability to wrap exceptions.
| Constructor Summary | |
|---|---|
ServiceException()
Constructs an exception using the default message. |
|
ServiceException(java.lang.String message)
Constructs an instance using the specified message to detail the cause of the exception. |
|
ServiceException(java.lang.Throwable throwable)
Constructs an instance using for the throwable that caused creation of this service exception. |
|
ServiceException(java.lang.Throwable throwable,
java.lang.String message)
Constructs an instance using the specified message and a throwable that caused creation of this service exception. |
|
| Method Summary |
|---|
| Methods inherited from class com.sas.util.ChainedException |
|---|
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer |
| Constructor Detail |
|---|
public ServiceException()
public ServiceException(java.lang.String message)
message - Exception message.public ServiceException(java.lang.Throwable throwable)
throwable - The Throwable that caused the exception.
public ServiceException(java.lang.Throwable throwable,
java.lang.String message)
throwable - The Throwable that caused this exception.message - Exception message.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||