org.glite.slcs
Class UnknownResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glite.slcs.SLCSException
org.glite.slcs.UnknownResourceException
- All Implemented Interfaces:
- java.io.Serializable
public class UnknownResourceException
- extends SLCSException
UnknownResourceException is the EGEE exception to describe a problem with the
resource. Though you want to wait a little while first or limit the number of
attempts.
- 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 |
UnknownResourceException
public UnknownResourceException()
UnknownResourceException
public UnknownResourceException(java.lang.String arg0)
UnknownResourceException
public UnknownResourceException(java.lang.String arg0,
java.lang.Throwable arg1)
UnknownResourceException
public UnknownResourceException(java.lang.Throwable arg0)