public class DatasetOperationException extends DatasetException
DatasetException
thrown when an implementation-specific step fails
and prevents a dataset operation from completing successfully.Constructor and Description |
---|
DatasetOperationException(String message,
Object... args) |
DatasetOperationException(String message,
Throwable t) |
DatasetOperationException(Throwable t,
String message,
Object... args) |
format
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2013–2015. All rights reserved.