public class ConnectorException extends AbstractEngineException
| Constructor and Description |
|---|
ConnectorException(String message)
Constructor.
|
ConnectorException(String message,
Throwable cause)
Constructor.
|
ConnectorException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectorException(String message)
message - an error messagepublic ConnectorException(String message, Throwable cause)
message - an error messagecause - the root causepublic ConnectorException(Throwable cause)
cause - the root causeCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.