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