public class DataAdapterException
extends java.lang.Exception
| Constructor and Description |
|---|
DataAdapterException()
Creates a new instance of the
DataAdapterException class. |
DataAdapterException(java.lang.String message)
Creates a new instance of the
DataAdapterException class with the provided message. |
DataAdapterException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of the
DataAdapterException class with the provided message and cause Throwable |
DataAdapterException(java.lang.Throwable cause)
Creates a new instance of the
DataAdapterException class with the provided cause Throwable |
public DataAdapterException()
DataAdapterException class.public DataAdapterException(java.lang.String message)
DataAdapterException class with the provided message.message - the message of the exception.public DataAdapterException(java.lang.String message,
java.lang.Throwable cause)
DataAdapterException class with the provided message and cause Throwablemessage - the message of the exception.cause - the cause for the exception.public DataAdapterException(java.lang.Throwable cause)
DataAdapterException class with the provided cause Throwablecause - the cause for the exception.Copyright © 2018 Frederic Thevenet. All rights reserved.