Package com.perforce.p4java.exception
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.perforce.p4java.exception.P4JavaException
com.perforce.p4java.exception.ConfigException
- All Implemented Interfaces:
Serializable
Exception class for P4Java configuration-related exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigException(String message) ConfigException(String message, Throwable cause) ConfigException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigException
public ConfigException() -
ConfigException
-
ConfigException
-
ConfigException
-