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.
|
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.
|
FileDecoderException |
Exception class for P4Java file decoding exceptions.
|
FileEncoderException |
Exception class for P4Java file encoding exceptions.
|
InvalidUrlException |
|
LowResourceException |
|
NoSuchObjectException |
Exception class to use to signal missing objects within p4java; this
is not used for missing objects on the Perforce server side.
|
OptionsException |
A P4Java extension used to signal to participating
users that an error occurred in Options object processing.
|
P4JavaException |
Superclass for all P4Java-generated exceptions.
|
PauseTimeException |
|
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.
|
TrustException |
Special subclass of ConnectionException to signal the case of attempting to
establish trust for a SSL connection to the Perforce server.
|