Sonic Management API

com.sonicsw.ma.mgmtapi.config
Class MgmtException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sonicsw.ma.mgmtapi.config.MgmtException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeNotFoundException

public class MgmtException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MgmtException(java.lang.String text)
           
MgmtException(java.lang.String text, java.lang.Throwable linked)
           
 
Method Summary
 java.lang.Throwable getLinkedException()
          Returns the cause of this throwable or null if the cause is nonexistent or unknown.
 void setLinkedException(java.lang.Throwable e)
          Sets the cause of this throwable.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MgmtException

public MgmtException(java.lang.String text)

MgmtException

public MgmtException(java.lang.String text,
                     java.lang.Throwable linked)
Method Detail

getLinkedException

public java.lang.Throwable getLinkedException()
Returns the cause of this throwable or null if the cause is nonexistent or unknown. (The cause is the exception that caused this exception to get thrown.)


setLinkedException

public void setLinkedException(java.lang.Throwable e)
Sets the cause of this throwable. (The cause is the exception that caused this exception to get thrown.)


Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.