public class ModificationFailedException extends RuntimeException
| Constructor and Description |
|---|
ModificationFailedException(String message,
Exception e)
Create
ModificationFailedException wrapping other exception type |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModificationFailedException(String message, Exception e)
ModificationFailedException wrapping other exception typemessage - Messagee - RootCauseCopyright © 2018. All rights reserved.