public class DataException extends IllegalArgumentException
| Constructor and Description | 
|---|
| DataException()Constructs an exception with no message. | 
| DataException(String msg)Consructs an exception with a given message. | 
| DataException(String msg,
             Throwable e)Constructs an exception with a given message and cause. | 
| DataException(Throwable e)Constructs an exception with a given cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataException()
public DataException(String msg)
msg - messagepublic DataException(Throwable e)
e - cause of this exceptionCopyright © 2008–2024. All rights reserved.