org.simject.exception
Class SimResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.simject.exception.SimException
                  extended by org.simject.exception.SimResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SimResourceNotFoundException
extends SimException

This exception is throw if a client tries to access a resource that is not configured

Author:
Simon Martinelli
See Also:
Serialized Form

Constructor Summary
SimResourceNotFoundException(java.lang.String message)
           
 
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

SimResourceNotFoundException

public SimResourceNotFoundException(java.lang.String message)


Copyright © 2008. All Rights Reserved.