com.genesyslab.soa
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.genesyslab.soa.ServiceException
- All Implemented Interfaces:
- java.io.Serializable
- public class ServiceException
- extends java.lang.Exception
This class describes an exception thrown by the services.
- See Also:
- Serialized Form
| 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 |
ServiceException
public ServiceException()
ServiceException
public ServiceException(java.lang.String name)
ServiceException
public ServiceException(java.lang.String name,
java.lang.String message)
ServiceException
public ServiceException(java.lang.String name,
java.lang.String message,
java.lang.Throwable cause)
getErrorName
public java.lang.String getErrorName()
- The error name.
- Returns:
- The error.
setErrorName
public void setErrorName(java.lang.String errorName)