com.perforce.p4java.exception
Class AccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.perforce.p4java.exception.P4JavaException
              extended by com.perforce.p4java.exception.AccessException
All Implemented Interfaces:
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

Constructor Summary
AccessException()
           
AccessException(String message)
           
AccessException(String message, Throwable cause)
           
AccessException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String message,
                       Throwable cause)

AccessException

public AccessException(String message)

AccessException

public AccessException(Throwable cause)


Copyright © 2015 Perforce Software. All Rights Reserved.