Package com.perforce.p4java.exception


package com.perforce.p4java.exception
  • Class
    Description
    Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server.
    Signals a serious and probably unrecoverable client error in an underlying transport layer.
    Exception class for P4Java configuration-related exceptions.
    Superclass for all P4Java connection-related exceptions.
    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.
    Exception class for P4Java file decoding exceptions.
    Exception class for P4Java file encoding exceptions.
     
     
    Defines known Perforce error message generic codes.
    Defines known Perforce error severity codes.
    Defines known Perforce message error subsystem codes as returned from the P4Java message and exception system.
    Exception class to use to signal missing objects within p4java; this is not used for missing objects on the Perforce server side.
    Error class used to signal null pointers.
    A P4Java extension used to signal to participating users that an error occurred in Options object processing.
    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.
    Superclass for all P4Java-generated exceptions.
     
    Signals a serious and probably unrecoverable protocol error in an underlying transport layer.
    An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request.
    Exception superclass for all P4Java resource-related exceptions.
    Special subclass of ConnectionException to signal the case of attempting to establish trust for a SSL connection to the Perforce server.
     
    Error class used to signal an unimplemented feature or method.