public class NucleusFatalUserException extends NucleusUserException
Constructor and Description |
---|
NucleusFatalUserException()
Constructs a new exception without a detail message.
|
NucleusFatalUserException(String msg)
Constructs a new exception with the specified detail message.
|
NucleusFatalUserException(String msg,
Object failed)
Constructs a new exception with the specified detail message and failed object.
|
NucleusFatalUserException(String msg,
Throwable nested)
Constructs a new exception with the specified detail message and nested
Throwable . |
NucleusFatalUserException(String msg,
Throwable[] nested)
Constructs a new exception with the specified detail message and nested
Throwable s. |
NucleusFatalUserException(String msg,
Throwable[] nested,
Object failed)
Constructs a new exception with the specified detail
message, nested
Throwable s, and failed object. |
NucleusFatalUserException(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, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public NucleusFatalUserException()
public NucleusFatalUserException(String msg)
msg
- the detail message.public NucleusFatalUserException(String msg, Throwable[] nested)
Throwable
s.msg
- the detail message.nested
- the nested Throwable[]
.public NucleusFatalUserException(String msg, Throwable nested)
Throwable
.msg
- the detail message.nested
- the nested Throwable
.public NucleusFatalUserException(String msg, Object failed)
msg
- the detail message.failed
- the failed object.public NucleusFatalUserException(String msg, Throwable[] nested, Object failed)
Throwable
s, and failed object.msg
- the detail message.nested
- the nested Throwable[]
.failed
- the failed object.Copyright © 2019. All rights reserved.