Sonic Management API

com.sonicsw.mf.common
Class MFRuntimeException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ManagementPermissionDeniedException, ManagementPermissionsCheckingNotEnabledException, MFSecurityException

public class MFRuntimeException
extends java.lang.RuntimeException
implements java.io.Serializable

Unchecked management exception.

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

See Also:
Serialized Form

Constructor Summary
MFRuntimeException()
          Constructs a new runtime exception with null as its detail message.
MFRuntimeException(java.lang.String message)
          Constructs a new runtime 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

MFRuntimeException

public MFRuntimeException()
Constructs a new runtime 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).


MFRuntimeException

public MFRuntimeException(java.lang.String message)
Constructs a new runtime 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.