ch.elca.el4j.services.exceptionhandler
Class MissingContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.elca.el4j.services.exceptionhandler.MissingContextException
All Implemented Interfaces:
Serializable

public class MissingContextException
extends RuntimeException

This exception is thrown if the context of a context exception handler has not been set appropriately.

Author:
Andreas Bur (ABU)
See Also:
ContextExceptionHandlerInterceptor, Serialized Form
File-location:
MissingContextException
Last check-in date:
2009-08-04 15:22:05 +0200 (Di, 04. Aug 2009) by swismer for revision 3881

Constructor Summary
MissingContextException(String message, Throwable cause)
          Creates a new instance.
 
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

MissingContextException

public MissingContextException(String message,
                               Throwable cause)
Creates a new instance.

Parameters:
message - The exception's message.
cause - The exception should have been handled by the exception handling framework.


Copyright © 2005-2011 ELCA. All Rights Reserved.