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

Packages that use ResourceException
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of ResourceException in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that throw ResourceException
static IOptionsServer ServerFactory.getOptionsServer(String serverUriString, Properties props)
          Return an IOptionsServer onto an underlying Perforce server at the host address specified by serverUriString using the protocol implementation and passed-in properties and a default UsageOptions object.
static IOptionsServer ServerFactory.getOptionsServer(String serverUriString, Properties props, UsageOptions opts)
          Return an IOptionsServer interface onto an underlying Perforce server at the host address specified by serverUriString using the protocol implementation and passed-in properties and usage options.
static IServer ServerFactory.getServer(String serverUriString, Properties props)
          Return an IServer interface onto an underlying Perforce server at the host address specified by serverUriString using the protocol implementation and passed-in properties.
static IServer ServerFactory.getServer(URI serverUrl, Properties props)
          Deprecated. as of the 2009.2 release, use the getServer(String, Properties) method due to that Java's URI class does not accept hostnames with anything other than alphanumeric characters: even common hostnames like "perforce_p" will fail, often silently.
 



Copyright © 2016 Perforce Software. All Rights Reserved.