org.jwarp.service
Class InvalidContextException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.service.ServiceException
                    |
                    +--org.jwarp.service.InvalidContextException
All Implemented Interfaces:
java.io.Serializable

public class InvalidContextException
extends ServiceException

Basic exception thrown when a context is access which actually is not registered anymore within the JWeb context factory.

Version:
1.0
Author:
Anatole Tresch
See Also:
Serialized Form

Constructor Summary
InvalidContextException()
          Creates a new anonymous exception.
InvalidContextException(java.lang.String message)
          Creates a new exception eith the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidContextException

public InvalidContextException(java.lang.String message)
Creates a new exception eith the given message.
Parameters:
message -  

InvalidContextException

public InvalidContextException()
Creates a new anonymous exception.

©   O R C A   S y s t e m s