Uses of Class
com.perforce.p4java.exception.P4JavaException

Packages that use P4JavaException
com.perforce.p4java.exception Provides exception and error classes for signaling and handling user, internal, and Perforce server errors. 
 

Uses of P4JavaException in com.perforce.p4java.exception
 

Subclasses of P4JavaException in com.perforce.p4java.exception
 class AccessException
          Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server.
 class ConfigException
          Exception class for P4Java configuration-related exceptions.
 class ConnectionException
          Superclass for all P4Java connection-related exceptions.
 class ConnectionNotConnectedException
          Special subclass of ConnectionException to signal the case of attempting to issue a Perforce server command with an IServer that hasn't been explicitly connected to that Perforce server.
 class NoSuchObjectException
          Exception class to use to signal missing objects within p4java; this is not used for missing objects on the Perforce server side.
 class RequestException
          An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request.
 class ResourceException
          Exception superclass for all P4Java resource-related exceptions.
 



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