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:
  • Field Details

  • Constructor Details

    • 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[].