apollo
Class PageHandlerActivationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--apollo.ApolloException
                    |
                    +--apollo.PageHandlerException
                          |
                          +--apollo.PageHandlerActivationException
All Implemented Interfaces:
java.io.Serializable

public class PageHandlerActivationException
extends PageHandlerException

This exception is thrown when a request to activate a PageHandler, which does not exist

See Also:
Serialized Form

Constructor Summary
PageHandlerActivationException()
           
PageHandlerActivationException(java.lang.String s)
           
 
Methods inherited from class apollo.ApolloException
getExceptionMsg, setExceptionMsg
 
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

PageHandlerActivationException

public PageHandlerActivationException(java.lang.String s)

PageHandlerActivationException

public PageHandlerActivationException()