public class BeanIOConfigurationException extends BeanIOException
Constructor and Description |
---|
BeanIOConfigurationException(String message)
Constructs a new BeanIOConfigurationException.
|
BeanIOConfigurationException(String message,
Throwable cause)
Constructs a new BeanIOConfigurationException.
|
BeanIOConfigurationException(Throwable cause)
Constructs a new BeanIOConfigurationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BeanIOConfigurationException(String message, Throwable cause)
message
- the error messagecause
- the root causepublic BeanIOConfigurationException(String message)
message
- the error messagepublic BeanIOConfigurationException(Throwable cause)
cause
- the root cause