Sonic Management API

com.sonicsw.mf.common
Class MFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sonicsw.mf.common.MFException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BrokerNotActiveException, CannotActivateException, ConnectionTreeUpdateException, InvalidManagementPermissionException, MFDurableOperationException, NonRecoverableStateChangeException, RecoverableStateChangeException

public class MFException
extends java.lang.Exception
implements java.io.Serializable

Checked management exception.

Classes that extend MFException should be placed in packages that will be available to management applications.

See Also:
Serialized Form

Constructor Summary
MFException()
          Constructs a new exception with null as its detail message.
MFException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
Method Summary
 java.lang.String getMessage()
          Returns the detail message string of this throwable.
 
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

MFException

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


MFException

public MFException(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 setLinkedException(java.lang.Exception).

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

getMessage

public java.lang.String getMessage()
Returns the detail message string of this throwable.

Overrides:
getMessage in class java.lang.Throwable
Returns:
the detail message string of this exception instance (which may be null).

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.