public class ArbitrationException extends SettingsException
SettingsException indicating a procedural problem with
value
arbitration.Arbiter,
Serialized Form| Constructor and Description |
|---|
ArbitrationException()
Creates a new
ArbitrationException. |
ArbitrationException(String message)
Creates a new
ArbitrationException. |
ArbitrationException(String message,
Throwable cause)
Creates a new
ArbitrationException. |
ArbitrationException(Throwable cause)
Creates a new
ArbitrationException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArbitrationException()
ArbitrationException.public ArbitrationException(String message)
ArbitrationException.message - a detail message; may be nullpublic ArbitrationException(Throwable cause)
ArbitrationException.cause - the Throwable causing this ArbitrationException to be constructed; may be nullpublic ArbitrationException(String message, Throwable cause)
ArbitrationException.message - a detail message; may be nullcause - the Throwable causing this ArbitrationException to be constructed; may be nullCopyright © 2019–2020, microBean™. All rights reserved.