Package com.perforce.p4java.exception
Class OptionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.perforce.p4java.exception.P4JavaException
com.perforce.p4java.exception.OptionsException
- All Implemented Interfaces:
Serializable
A P4Java extension used to signal to participating
users that an error occurred in Options object processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOptionsException(String message) OptionsException(String message, Throwable cause) OptionsException(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
-
OptionsException
public OptionsException() -
OptionsException
-
OptionsException
-
OptionsException
-