public class BindingException extends RuntimeException
| Constructor and Description |
|---|
BindingException()
Instantiates a new binding exception.
|
BindingException(String message)
Instantiates a new binding exception.
|
BindingException(String message,
Throwable cause)
Instantiates a new binding exception.
|
BindingException(Throwable cause)
Instantiates a new binding exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BindingException()
public BindingException(String message)
message - the messagepublic BindingException(Throwable cause)
cause - the causeCopyright © 2016. All Rights Reserved.