Class AccessException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AccessException
    extends P4JavaException
    Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server. This is usually a login or permissions issue.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AccessException

        public AccessException()
      • AccessException

        public AccessException​(java.lang.String message,
                               java.lang.Throwable cause)
      • AccessException

        public AccessException​(java.lang.String message)
      • AccessException

        public AccessException​(java.lang.Throwable cause)