|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
org.nuxeo.ecm.webengine.WebException
org.nuxeo.ecm.webengine.model.exceptions.WebSecurityException
public class WebSecurityException
Constructor Summary | |
---|---|
WebSecurityException(String message)
|
|
WebSecurityException(String message,
String action)
|
|
WebSecurityException(String message,
String action,
Throwable cause)
|
|
WebSecurityException(String message,
Throwable cause)
|
Method Summary | |
---|---|
String |
getAction()
|
Methods inherited from class org.nuxeo.ecm.webengine.WebException |
---|
getMessage, getResponse, getReturnCode, getStackTraceString, getStatusCode, handleError, toResponse, toString, wrap, wrap |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebSecurityException(String message)
public WebSecurityException(String message, String action)
public WebSecurityException(String message, String action, Throwable cause)
public WebSecurityException(String message, Throwable cause)
Method Detail |
---|
public String getAction()
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |