|
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
java.lang.RuntimeException
com.sonicsw.mf.common.MFRuntimeException
com.sonicsw.mf.common.MFSecurityException
public class MFSecurityException
Unchecked management security exception.
General security exception
Constructor Summary | |
---|---|
MFSecurityException()
Constructs a new security exception with null as its detail message. |
|
MFSecurityException(java.lang.String message)
Constructs a new security exception with the specified detail message. |
Method Summary |
---|
Methods inherited from class com.sonicsw.mf.common.MFRuntimeException |
---|
getMessage |
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 MFSecurityException()
null
as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to MFRuntimeException.setLinkedException(java.lang.Exception)
.
public MFSecurityException(java.lang.String message)
MFRuntimeException.setLinkedException(java.lang.Exception)
.
message
- the detail message. The detail message is saved for
later retrieval by the MFRuntimeException.getMessage()
method.
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |