Class NucleusUnsupportedOptionException

  • All Implemented Interfaces:
    Serializable

    public class NucleusUnsupportedOptionException
    extends NucleusUserException
    Exception thrown when a particular option has been selected but isnt supported.
    Version:
    $Revision: 1.1 $
    See Also:
    Serialized Form
    • Constructor Detail

      • NucleusUnsupportedOptionException

        public NucleusUnsupportedOptionException()
        Constructs a new exception without a detail message.
      • NucleusUnsupportedOptionException

        public NucleusUnsupportedOptionException​(String msg)
        Constructs a new exception with the specified detail message.
        Parameters:
        msg - the detail message.
      • NucleusUnsupportedOptionException

        public NucleusUnsupportedOptionException​(String msg,
                                                 Throwable[] nested)
        Constructs a new exception with the specified detail message and nested Throwables.
        Parameters:
        msg - the detail message.
        nested - the nested Throwable[].