Sonic Management API

com.sonicsw.mf.common
Class MFSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sonicsw.mf.common.MFRuntimeException
                  extended by com.sonicsw.mf.common.MFSecurityException
All Implemented Interfaces:
java.io.Serializable

public class MFSecurityException
extends MFRuntimeException

Unchecked management security exception.

General security exception

See Also:
Serialized Form

Constructor Summary
MFSecurityException()
          Constructs a new security exception with null as its detail message.
MFSecurityException(java.lang.String message)
          Constructs a new security exception with the specified detail message.
 
Method Summary
 
Methods inherited from class com.sonicsw.mf.common.MFRuntimeException
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

MFSecurityException

public MFSecurityException()
Constructs a new security exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to MFRuntimeException.setLinkedException(java.lang.Exception).


MFSecurityException

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

Parameters:
message - the detail message. The detail message is saved for later retrieval by the MFRuntimeException.getMessage() method.

Sonic Management API

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