Uses of Class
com.verisign.epp.util.EnvException

Packages that use EnvException
com.verisign.epp.util   
 

Uses of EnvException in com.verisign.epp.util
 

Methods in com.verisign.epp.util that throw EnvException
 void Environment.envInitialize(java.lang.String aConfigFile)
          Loads configuration file properties into a Properties attribute in the following search order:

File system System classpath Environment class ClassLoader
If the configuration file can not be located, an EnvException is thrown.
 void Environment.envInitialize(java.lang.String aConfigFile, java.lang.ClassLoader aClassLoader)
          Loads configuration file properties into a Properties attribute using a custom ClassLoader
static java.lang.String Environment.getEnv(java.lang.String aProperty)
          This Method gets the given value from properties.
 



Copyright © VeriSign Inc. All Rights Reserved.