public class AccessRightsException extends UMSException
Constructor and Description |
---|
AccessRightsException()
Default constructor
|
AccessRightsException(String msg)
This constructor creates an access rights exception from a message
string.
|
AccessRightsException(String msg,
Throwable t)
This constructor creates an access rights exception from a message string
and an embedded exception.
|
getMessage, getRootCause, log, log, printStackTrace, printStackTrace, printStackTrace, toString
public AccessRightsException()
public AccessRightsException(String msg)
msg
- Message string for the exceptionpublic AccessRightsException(String msg, Throwable t)
msg
- Message stringt
- The embedded exceptionCopyright © 2010-2014, ForgeRock All Rights Reserved.