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