com.bigdata.journal
Class ValidationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bigdata.journal.ValidationError
- All Implemented Interfaces:
- Serializable
public class ValidationError
- extends RuntimeException
An instance of this class is thrown when a transaction
ITx#prepare(long)s if there is a write-write conflict that can not
be resolved.
- Version:
- $Id: ValidationError.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValidationError
public ValidationError()
ValidationError
public ValidationError(String message)
- Parameters:
message -
ValidationError
public ValidationError(Throwable cause)
- Parameters:
cause -
ValidationError
public ValidationError(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.