Class UnsupportedOptionException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedOptionException
    extends Exception
    An exception which is thrown if an option is not supported or contains an unacceptable value.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedOptionException

        public UnsupportedOptionException​(String message)
        Constructs an UnsupportedOptionException.
        Parameters:
        message - the message for this Exception