public class UnableToComplyException extends Exception
Constructor and Description |
---|
UnableToComplyException()
Exception to state inability to execute an operation.
|
UnableToComplyException(String message)
Exception to state inability to execute an operation.
|
UnableToComplyException(String message,
Throwable cause)
Exception to state inability to execute an operation.
|
UnableToComplyException(Throwable cause)
Exception to state inability to execute an operation.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnableToComplyException()
public UnableToComplyException(String message)
message
- a message to describe cause of exceptionpublic UnableToComplyException(String message, Throwable cause)
message
- a message to describe cause of exceptioncause
- cause of exceptionpublic UnableToComplyException(Throwable cause)
cause
- cause of exceptionCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.