SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.util.SourceJammerExceptionChain

Packages that use SourceJammerExceptionChain
org.sourcejammer.client   
org.sourcejammer.client.commandline   
org.sourcejammer.client.filesys   
org.sourcejammer.client.gui   
org.sourcejammer.project   
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.project.model.filesys   
org.sourcejammer.project.view   
org.sourcejammer.server.make   
org.sourcejammer.server.security   
org.sourcejammer.server.source   
org.sourcejammer.util   
org.sourcejammer.xml   
 

Uses of SourceJammerExceptionChain in org.sourcejammer.client
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.client
 class NoSessionException
          Thrown if SJRequest returns without a Session ID.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.client.commandline
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.client.commandline
 class CLCommandException
          Thrown if there is an exception in executing a CLCommand.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.client.filesys
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.client.filesys
 class ImproperFileException
          This exception is throws if the SJ client has trouble reading or accessing a file, or if the file is in an unexpected state.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.client.gui
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.client.gui
 class GUICommandException
          Title: SourceJammer Client 1.1 Description: Copyright: Copyright (c) 2001 Company:
 class NoSelectionException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 

Uses of SourceJammerExceptionChain in org.sourcejammer.project
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.project
 class NodeDoesNotExistException
          This exception is thrown if a node is requested but the node does not exist.
 class NodeExistsException
          This exception is thrown if a node already exists
 

Uses of SourceJammerExceptionChain in org.sourcejammer.project.controller
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.project.controller
 class FileAlreadyExistsException
          This exception is thrown if an attept is made to create a file when the file already exists.
 class FileDoesNotExistException
          This exception is thrown if a File is requested but the File does not exist.
 class NoSuchVersionException
          Thrown if a requested version of a file does not exist.
 class ProjectAlreadyExistsException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class ProjectDoesNotExistException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class WrongFileTypeException
          This exception is thrown if a binary method is called on a text file, or vice versa.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.project.model
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.project.model
 class FileAccessException
          Thrown if the system cannot access a file due possibly to an IOException or an SQL or database connection exception.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.project.model.filesys
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.project.model.filesys
 class NoSuchArchiveControllerUserException
          Thrown if a requested archive controller user cannot be found in the list of archive controller users for a given archive.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.project.view
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.project.view
 class FileSendException
          Title: SourceJammer 1.2 Description: Copyright: Copyright (c) 2002 Company: SourceJammer Project
 class StreamClosedException
          Title: SourceJammer 1.2 Description: Copyright: Copyright (c) 2002 Company: SourceJammer Project
 

Uses of SourceJammerExceptionChain in org.sourcejammer.server.make
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.server.make
 class EndOfSourceException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
 class NoBytesToAddException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
 class NoBytesToSkipException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.server.security
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.server.security
 class CheckInException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class CheckOutException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class InvalidPasswordException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class NoSuchSessionException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class ObjectLockingException
          Title: SourceJammer 1.1 Description: Copyright: Copyright (c) 2001 Company: SourceJammer
 class SecurityException
          Super class for all security exceptions.
 class UserDoesNotExistException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class UserExistsException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 

Uses of SourceJammerExceptionChain in org.sourcejammer.server.source
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.server.source
 class InvalidSourceException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
 class TextFileException
          Title: Description: Copyright: Copyright (c) 2001 Company:
 

Uses of SourceJammerExceptionChain in org.sourcejammer.util
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.util
 class CacheException
          Thrown if there is an exception reading from or writing to a cache.
 class SourceJammerConnectionException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class SourceJammerVersionException
          Throws when an exception occurs because of a mismatch in SourceJammer Versions.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.xml
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.xml
 class XMLNodeDoesNotExistException
          Thrown if a node requested in an XML doc does not exist.
 


SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan