Uses of Package
com.perforce.p4java.exception

Packages that use com.perforce.p4java.exception
com.perforce.p4java.client Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. 
com.perforce.p4java.core Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. 
com.perforce.p4java.core.file Provides interfaces and classes for defining and accessing Perforce depot and workspace files. 
com.perforce.p4java.exception Provides exception and error classes for signaling and handling user, internal, and Perforce server errors. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
com.perforce.p4java.impl.generic.core.file Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. 
com.perforce.p4java.impl.mapbased.client   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Classes in com.perforce.p4java.exception used by com.perforce.p4java.client
AccessException
          Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server.
ConnectionException
          Superclass for all P4Java connection-related exceptions.
RequestException
          An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request.
 

Classes in com.perforce.p4java.exception used by com.perforce.p4java.core
AccessException
          Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server.
ConnectionException
          Superclass for all P4Java connection-related exceptions.
RequestException
          An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request.
 

Classes in com.perforce.p4java.exception used by com.perforce.p4java.core.file
AccessException
          Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server.
ConnectionException
          Superclass for all P4Java connection-related exceptions.
RequestException
          An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request.
 

Classes in com.perforce.p4java.exception used by com.perforce.p4java.exception
ConnectionException
          Superclass for all P4Java connection-related exceptions.
P4JavaError
          Class intended to be used to signal unrecoverable errors that a client or other package should probably not handle or that signal serious errors without known fixes.
P4JavaException
          Superclass for all P4Java-generated exceptions.
 

Classes in com.perforce.p4java.exception used by com.perforce.p4java.impl.generic.core
AccessException
          Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server.
ConnectionException
          Superclass for all P4Java connection-related exceptions.
RequestException
          An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request.
 

Classes in com.perforce.p4java.exception used by com.perforce.p4java.impl.generic.core.file
AccessException
          Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server.
ConnectionException
          Superclass for all P4Java connection-related exceptions.
RequestException
          An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request.
 

Classes in com.perforce.p4java.exception used by com.perforce.p4java.impl.mapbased.client
AccessException
          Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server.
ConnectionException
          Superclass for all P4Java connection-related exceptions.
RequestException
          An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request.
 

Classes in com.perforce.p4java.exception used by com.perforce.p4java.server
AccessException
          Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server.
ConfigException
          Exception class for P4Java configuration-related exceptions.
ConnectionException
          Superclass for all P4Java connection-related exceptions.
NoSuchObjectException
          Exception class to use to signal missing objects within p4java; this is not used for missing objects on the Perforce server side.
RequestException
          An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request.
ResourceException
          Exception superclass for all P4Java resource-related exceptions.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.