net.juniper.smgt.ent.im
Class AccessControlException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.juniper.smgt.ent.im.EntException
|
+--net.juniper.smgt.ent.im.AccessControlException
- All Implemented Interfaces:
- Serializable
- public class AccessControlException
- extends EntException
This exception is thrown if the currently bound manager is not allowed to carry out an operation.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AccessControlException
public AccessControlException()
- AccessControlException default constructor.
AccessControlException
public AccessControlException(String msg)
- AccessControlException constructor with message as an argument.
- Parameters:
msg - java.lang.String the message