org.glite.slcs
Class UnknownResourceException

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

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

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)