NextApp Echo
App Container 1.0.5

nextapp.echoservlet.util
Class Resource.ResourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynextapp.echoservlet.util.Resource.ResourceException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Resource

public static class Resource.ResourceException
extends java.lang.RuntimeException

A RuntimeException exception that will be thrown in the event that problems are encountered obtaining a resource.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
private Resource.ResourceException(java.lang.String description)
          Creates a resource exception.
 
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

Resource.ResourceException

private Resource.ResourceException(java.lang.String description)
Creates a resource exception.

Parameters:
description - A description of the error.

NextApp Echo
App Container 1.0.5