public class CancelRequestHandlingException extends RuntimeException
This is useful in conjunction with StaplerOverridable
to delegate
requests selectively to original object after examining the request,
or in a request handling method like doXyz()
method to then fall
back to getDynamic()
or anything else.
Constructor and Description |
---|
CancelRequestHandlingException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016. All rights reserved.