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