Class OptionsException

All Implemented Interfaces:
Serializable

public class OptionsException extends P4JavaException
A P4Java extension used to signal to participating users that an error occurred in Options object processing.
See Also:
  • Constructor Details

    • OptionsException

      public OptionsException()
    • OptionsException

      public OptionsException(String message, Throwable cause)
    • OptionsException

      public OptionsException(String message)
    • OptionsException

      public OptionsException(Throwable cause)