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