org.glite.slcs
Class ServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.slcs.SLCSException
              extended by 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

Constructor Summary
ServiceException()
           
ServiceException(java.lang.String arg0)
           
ServiceException(java.lang.String arg0, java.lang.Throwable arg1)
           
ServiceException(java.lang.Throwable arg0)
           
 
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

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)