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
Throwables. |
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic NucleusOptimisticException()
public NucleusOptimisticException(String msg)
msg - the detail message.public NucleusOptimisticException(String msg, Throwable[] nested)
Throwables.msg - the detail message.nested - the nested Throwable[].Copyright © 2017. All rights reserved.