public class NoPermissionException extends PolicyException
Constructor and Description |
---|
NoPermissionException()
No argument constructor
|
NoPermissionException(String msg)
Constructor
|
NoPermissionException(String rbName,
String errCode,
Object[] args)
Constructor
|
NoPermissionException(String rbName,
String errCode,
Object[] args,
Throwable t)
Constructor
|
NoPermissionException(Throwable t)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoPermissionException()
public NoPermissionException(String msg)
msg
- exception messagepublic NoPermissionException(String rbName, String errCode, Object[] args)
rbName
- Resource bundle name of exception messageerrCode
- id used with resource bundle to get error messageargs
- any arguments for message formatting. null if no
additional arguments are necessarypublic NoPermissionException(String rbName, String errCode, Object[] args, Throwable t)
rbName
- Resource bundle name of exception messageerrCode
- id used with resource bundle to get error messageargs
- any arguments for message formatting. null if no
additional arguments are necessaryt
- nested root cause exceptionpublic NoPermissionException(Throwable t)
t
- nested root cause exceptionCopyright © 2010-2018, ForgeRock All Rights Reserved.