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