com.sonicsw.mx.config.util
Class SonicFSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sonicsw.mx.config.util.SonicFSException
- All Implemented Interfaces:
- java.io.Serializable
public class SonicFSException
- extends java.lang.Exception
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
- See Also:
- Serialized Form
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 |
java.lang.Throwable |
getLinkedException()
Get the linked exception for this SonicFSException (if any) |
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 |
SonicFSException
public SonicFSException(java.lang.String msg)
- Create a SonicFSException with the specified String message
SonicFSException
public SonicFSException(java.lang.String msg,
java.lang.Throwable linked)
- Create a SonicFSException with the specified String message and the
specified linked exception
getLinkedException
public java.lang.Throwable getLinkedException()
- Get the linked exception for this SonicFSException (if any)
Copyright © 2001-2010
Progress Software Corporation. All Rights Reserved.
HTML formatted on 07-Mar-2010.