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