|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sonicsw.mf.common.MFException
public class MFException
Checked management exception.
Classes that extend MFException should be placed in packages that will be available to management applications.
| 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 |
|---|
public MFException()
null as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to setLinkedException(java.lang.Exception).
public MFException(java.lang.String message)
setLinkedException(java.lang.Exception).
message - the detail message. The detail message is saved for
later retrieval by the getMessage() method.| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||