|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sonicsw.ma.mgmtapi.config.MgmtException
public class MgmtException
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 |
---|
public MgmtException(java.lang.String text)
public MgmtException(java.lang.String text, java.lang.Throwable linked)
Method Detail |
---|
public java.lang.Throwable getLinkedException()
null
if the
cause is nonexistent or unknown. (The cause is the exception that
caused this exception to get thrown.)
public void setLinkedException(java.lang.Throwable e)
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |