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