com.bstek.dorado.console.security
public class AccessDeniedException extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOGIN_TIME_OUT_MESSAGE |
Constructor and Description |
---|
AccessDeniedException(java.lang.String msg)
Constructs an
AccessDeniedException with the specified
message. |
AccessDeniedException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
AccessDeniedException with the specified
message and root cause. |
public static final java.lang.String LOGIN_TIME_OUT_MESSAGE
public AccessDeniedException(java.lang.String msg)
AccessDeniedException
with the specified
message.msg
- the detail messagepublic AccessDeniedException(java.lang.String msg, java.lang.Throwable t)
AccessDeniedException
with the specified
message and root cause.msg
- the detail messaget
- root causeCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.