com.dtolabs.rundeck.core.common
Class FrameworkResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.dtolabs.rundeck.core.common.FrameworkResourceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FrameworkResourceParent.NoSuchResourceException

public class FrameworkResourceException
extends java.lang.RuntimeException

This RunTimeException subclass is typically thrown when a resource is unavailable in the framework or the framework is misconfigured due to strange user deployment. Any class that throws this should provide an existsXXX() method allowing the programmer to check to see if the resource is available or ready for use.

See Also:
Serialized Form

Method Summary
 IFrameworkResource getResource()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getResource

public IFrameworkResource getResource()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable