org.jboss.seam.ui
public class UnauthorizedCommandException extends javax.faces.FacesException
Constructor and Description |
---|
UnauthorizedCommandException()
Construct a new exception with no detail message or root cause.
|
UnauthorizedCommandException(String viewId,
String message)
Construct a new exception with a detail message and the view ID
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the detail message explaining the reason for the denial.
|
String |
getViewId()
Returns the view ID to which the authorized command was directed.
|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnauthorizedCommandException()
Construct a new exception with no detail message or root cause.
public String getViewId()
Returns the view ID to which the authorized command was directed.
public String getMessage()
Returns the detail message explaining the reason for the denial. Includes the view ID if specified.
getMessage
in class Throwable
Copyright © 2015 Seam Framework. All Rights Reserved.