|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.fatwire.services.exception.ServiceException
public class ServiceException
Checked exception expected to be handled by service clients.
All services must wrap checked exceptions thrown from lower layers with this exception.
Constructor Summary | |
---|---|
ServiceException()
Calls Exception.Exception() |
|
ServiceException(java.lang.String message)
Calls Exception.Exception(String) |
|
ServiceException(java.lang.String message,
java.lang.Throwable cause)
Calls Exception.Exception(String, Throwable) |
|
ServiceException(java.lang.Throwable cause)
Calls Exception.Exception(Throwable) |
Method Summary |
---|
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()
Exception.Exception()
public ServiceException(java.lang.Throwable cause)
Exception.Exception(Throwable)
public ServiceException(java.lang.String message)
Exception.Exception(String)
public ServiceException(java.lang.String message, java.lang.Throwable cause)
Exception.Exception(String, Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |