public class SchemaModificationException extends NonTransientDataAccessException
NonTransientDataAccessException raised when schema modification requests fail.| Constructor and Description |
|---|
SchemaModificationException(String msg)
Creates new
SchemaModificationException. |
SchemaModificationException(String msg,
Throwable cause)
Creates new
SchemaModificationException. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchemaModificationException(String msg)
SchemaModificationException.msg - must not be null.public SchemaModificationException(String msg, Throwable cause)
SchemaModificationException.msg - must not be null.cause - can be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.