public class DataException
extends java.lang.RuntimeException
Constructor and Description |
---|
DataException()
Creates a new instance with no detail message.
|
DataException(java.lang.String message)
Creates a new instance with the given detail message.
|
DataException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
DataException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public DataException()
public DataException(@Nullable java.lang.String message)
public DataException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)
public DataException(@Nullable java.lang.Throwable cause)