ch.elca.el4j.services.exceptionhandler
Class MissingContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.