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