|
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.mx.config.util.SonicFSException
public class SonicFSException
This class represents exceptions thrown by the SonicFSFileSystem. The exception contains a string text message and optionally a linked Throwable the contains the underlying exception that was the cause of the exception
Constructor Summary | |
---|---|
SonicFSException(java.lang.String msg)
Create a SonicFSException with the specified String message |
|
SonicFSException(java.lang.String msg,
java.lang.Throwable linked)
Create a SonicFSException with the specified String message and the specified linked exception |
Method Summary |
---|
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 SonicFSException(java.lang.String msg)
public SonicFSException(java.lang.String msg, java.lang.Throwable linked)
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |