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 IServer ServerFactory.getServer(java.lang.String serverUriString, java.util.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(java.net.URI serverUrl, java.util.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 (c) 2008-2010 Perforce Software. All rights reserved.