Sonic Management API

com.sonicsw.mf.common.security
Class InvalidManagementPermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sonicsw.mf.common.MFException
              extended by com.sonicsw.mf.common.security.InvalidManagementPermissionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidManagementPermissionException
extends MFException

Checked management exception.

Indicates that a given IManagementPermission was invalid the reason for which is contained in the exception message.

See Also:
IManagementSecurityConfigurator, Serialized Form

Constructor Summary
InvalidManagementPermissionException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
Method Summary
 
Methods inherited from class com.sonicsw.mf.common.MFException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidManagementPermissionException

public InvalidManagementPermissionException(java.lang.String message)
Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to MFException.setLinkedException(java.lang.Exception).

Parameters:
message - The textural details of why the management permission was invalid.

Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 16-Sep-2010.