public static final class IRepository.WriteAccessHandler.TransactionValidationException extends RuntimeException
IRepository.WriteAccessHandler may throw to indicate that a
transaction commit
was rejected because one or more semantic validation checks reported errors.| Constructor and Description |
|---|
TransactionValidationException() |
TransactionValidationException(String message) |
TransactionValidationException(String message,
Throwable cause) |
TransactionValidationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionValidationException()
public TransactionValidationException(String message, Throwable cause)
public TransactionValidationException(String message)
public TransactionValidationException(Throwable cause)
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.