org.glite.slcs
Class SLCSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.slcs.SLCSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthException, RemoteException, ServiceException, SLCSConfigurationException, UnknownResourceException

public class SLCSException
extends java.lang.Exception

SLCSException is the generic Exception for the SLCS system.

Version:
$Revision: 1.3 $
Author:
Valery Tschopp
See Also:
Serialized Form

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

SLCSException

public SLCSException()

SLCSException

public SLCSException(java.lang.String arg0)
Parameters:
arg0 -

SLCSException

public SLCSException(java.lang.String arg0,
                     java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

SLCSException

public SLCSException(java.lang.Throwable arg0)
Parameters:
arg0 -