blackboard.platform.filesystem
Class FileSystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--blackboard.platform.BbServiceException
                    |
                    +--blackboard.platform.filesystem.FileSystemException
All Implemented Interfaces:
java.io.Serializable

public class FileSystemException
extends BbServiceException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class blackboard.platform.BbServiceException
_nestedException
 
Constructor Summary
FileSystemException(java.lang.String msg)
          Constructor
FileSystemException(java.lang.String msg, java.lang.Exception nestedException)
          Constructor
 
Methods inherited from class blackboard.platform.BbServiceException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSystemException

public FileSystemException(java.lang.String msg)
Constructor


FileSystemException

public FileSystemException(java.lang.String msg,
                           java.lang.Exception nestedException)
Constructor



Copyright © 2003 Blackboard, Inc. All Rights Reserved.