| java.lang.Object java.lang.Throwable java.lang.Exception org.continuent.sequoia.common.exceptions.SequoiaException
All known Subclasses: org.continuent.sequoia.controller.loadbalancer.policies.createtable.CreateTableException, org.continuent.sequoia.console.text.ConsoleException, org.continuent.sequoia.common.exceptions.RollbackException, org.continuent.sequoia.controller.loadbalancer.AllBackendsFailedException, org.continuent.sequoia.common.exceptions.DataCollectorException, org.continuent.sequoia.common.exceptions.BackupException, org.continuent.sequoia.controller.loadbalancer.policies.errorchecking.ErrorCheckingException, org.continuent.sequoia.common.protocol.CommandCompleted, org.continuent.sequoia.common.authentication.AuthenticationManagerException, org.continuent.sequoia.common.exceptions.OctopusException, org.continuent.sequoia.common.exceptions.ControllerException, org.continuent.sequoia.common.jmx.JmxException, org.continuent.sequoia.common.exceptions.BadConnectionException, org.continuent.sequoia.common.exceptions.BadJDBCApiUsageException, org.continuent.sequoia.common.net.SSLException, org.continuent.sequoia.common.exceptions.ShutdownException, org.continuent.sequoia.common.exceptions.AuthenticationException, org.continuent.sequoia.common.exceptions.UnreachableBackendException, org.continuent.sequoia.common.exceptions.SecurityException,
SequoiaException | public SequoiaException()(Code) | | Creates a new SequoiaException instance.
|
SequoiaException | public SequoiaException(String message)(Code) | | Creates a new SequoiaException instance.
Parameters: message - the error message |
SequoiaException | public SequoiaException(Throwable cause)(Code) | | Creates a new SequoiaException instance.
Parameters: cause - the root cause |
SequoiaException | public SequoiaException(String message, Throwable cause)(Code) | | Creates a new SequoiaException instance.
Parameters: message - the error message Parameters: cause - the root cause |
getCause | public Throwable getCause()(Code) | | Gets the root cause of this exception.
a Throwable object |
|
|