public abstract class OperationException extends CopycatException
CommandException and QueryException.| Constructor and Description |
|---|
OperationException(CopycatError.Type type,
String message,
Object... args) |
OperationException(CopycatError.Type type,
Throwable cause) |
OperationException(CopycatError.Type type,
Throwable cause,
String message,
Object... args) |
getTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OperationException(CopycatError.Type type, String message, Object... args)
public OperationException(CopycatError.Type type, Throwable cause, String message, Object... args)
public OperationException(CopycatError.Type type, Throwable cause)
Copyright © 2013–2017. All rights reserved.