public class NucleusUnsupportedOptionException extends NucleusUserException
| Constructor and Description |
|---|
NucleusUnsupportedOptionException()
Constructs a new exception without a detail message.
|
NucleusUnsupportedOptionException(String msg)
Constructs a new exception with the specified detail message.
|
NucleusUnsupportedOptionException(String msg,
Throwable[] nested)
Constructs a new exception with the specified detail message and nested
Throwables. |
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic NucleusUnsupportedOptionException()
public NucleusUnsupportedOptionException(String msg)
msg - the detail message.Copyright © 2017. All rights reserved.