org.jboss.portal.core.controller.command.response
Class SecurityErrorResponse
java.lang.Object
org.jboss.portal.core.controller.ControllerResponse
org.jboss.portal.core.controller.command.response.ErrorResponse
org.jboss.portal.core.controller.command.response.SecurityErrorResponse
public class SecurityErrorResponse
- extends ErrorResponse
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NOT_AUTHORIZED
public static final int NOT_AUTHORIZED
- .
- See Also:
- Constant Field Values
NOT_SECURE
public static final int NOT_SECURE
- .
- See Also:
- Constant Field Values
SecurityErrorResponse
public SecurityErrorResponse(int status,
boolean internal)
SecurityErrorResponse
public SecurityErrorResponse(java.lang.Throwable cause,
int status,
boolean internal)
SecurityErrorResponse
public SecurityErrorResponse(java.lang.String message,
int status,
boolean internal)
getStatus
public int getStatus()
toString
public java.lang.String toString()
- Overrides:
toString
in class ErrorResponse