Sonic Management API

com.sonicsw.mx.config.util
Class SonicFSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
 
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

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


Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 16-Sep-2010.