public class EngineInvalidLinkTypeException extends InvalidParameterValueException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineInvalidLinkTypeException(java.lang.Object[] vars)
Constructor.
|
EngineInvalidLinkTypeException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public EngineInvalidLinkTypeException(java.lang.Object[] vars)
vars
- See EngineInvalidLinkTypeException(Object[], Throwable)
public EngineInvalidLinkTypeException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0184E: forceNavigate was requested for activity ''{0}'' with parameter ''linksToBeFollowed''. The request contains the link name ''{1}''. Links of this type are not allowed in forceNavigate requests.cause
- The exception that was thrown.