|
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
java.lang.RuntimeException
com.sonicsw.mf.common.MFRuntimeException
public class MFRuntimeException
Unchecked management exception.
Classes that extend MFRuntimeException should be placed in packages that will be available to management applications.
| 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 |
|---|
public MFRuntimeException()
null as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to setLinkedException(java.lang.Exception).
public MFRuntimeException(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 | |||||||