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