org.glite.slcs
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glite.slcs.SLCSException
org.glite.slcs.ServiceException
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceException
- extends SLCSException
ServiceException is the EGEE exception to describe an invalid interaction
with the service or a fault service. The error message contains more
information.
- Version:
- $Revision: 1.3 $
- Author:
- Valery Tschopp
- 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 arg0)
ServiceException
public ServiceException(java.lang.String arg0,
java.lang.Throwable arg1)
ServiceException
public ServiceException(java.lang.Throwable arg0)