Class LogicRedirected

java.lang.Object
All Implemented Interfaces:
Serializable

public final class LogicRedirected extends RuntimeException
This is a special exception that can be thrown from the constructors of logic classes to redirect the logic execution to some other logic. This is typically used when the current logic can not be constructed due to wrong set of parameters passed or some other reason. Or, it could be used in cases where the current user doesn't have enough access privilege to execute the logic that is being constructed and we want to redirect him/her to an alternate one.
Author:
Syam
See Also: