public class PreconditionErrorException
extends java.lang.Exception
| Constructor and Description |
|---|
PreconditionErrorException(ErrorPrecondition errorPrecondition) |
PreconditionErrorException(java.lang.Exception cause,
DatabaseChangeLog changeLog,
Precondition precondition) |
PreconditionErrorException(java.util.List<ErrorPrecondition> errorPreconditions) |
PreconditionErrorException(java.lang.String message,
java.util.List<ErrorPrecondition> erroredPreconditions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ErrorPrecondition> |
getErrorPreconditions() |
public PreconditionErrorException(java.lang.String message,
java.util.List<ErrorPrecondition> erroredPreconditions)
public PreconditionErrorException(java.lang.Exception cause,
DatabaseChangeLog changeLog,
Precondition precondition)
public PreconditionErrorException(ErrorPrecondition errorPrecondition)
public PreconditionErrorException(java.util.List<ErrorPrecondition> errorPreconditions)
public java.util.List<ErrorPrecondition> getErrorPreconditions()