org.dspace.services.model
Class RequestInterceptor.RequestInterruptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dspace.services.model.RequestInterceptor.RequestInterruptionException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- RequestInterceptor
public static class RequestInterceptor.RequestInterruptionException
- extends RuntimeException
Indicate that request processing should be halted. This should
only be used in extreme cases as it will halt all request
processing and cause any remaining interceptors to be skipped.
A message about the halt should be placed into the message field.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RequestInterceptor.RequestInterruptionException
public RequestInterceptor.RequestInterruptionException(String message,
Throwable cause)
RequestInterceptor.RequestInterruptionException
public RequestInterceptor.RequestInterruptionException(String message)
Copyright © Monday, September 1, 2008-2010 The DSpace Foundation. All Rights Reserved.