blackboard.cms.filesystem
Class CSFileSystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byblackboard.cms.filesystem.CSFileSystemException
All Implemented Interfaces:
java.io.Serializable

public class CSFileSystemException
extends java.lang.RuntimeException

Generic exception designed to take the name of a CSEntry which the exception applies to. Extends RuntimeException.

Since:
Bb CS 1.2
Version:
$Revision: $
See Also:
Serialized Form

Constructor Summary
CSFileSystemException(java.lang.Exception e)
           
CSFileSystemException(java.lang.String message)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSFileSystemException

public CSFileSystemException(java.lang.Exception e)

CSFileSystemException

public CSFileSystemException(java.lang.String message)


Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.