Package com.exasol
Class ExaConnectionAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.exasol.ExaConnectionAccessException
-
- All Implemented Interfaces:
Serializable
public class ExaConnectionAccessException extends Exception
This exception indicates that the requested connection information could not be accessed, e.g. because the user has insufficient privileges or the connection does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExaConnectionAccessException(String message)
Create a new instance of anExaConnectionAccessException
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Get the error message.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExaConnectionAccessException
public ExaConnectionAccessException(String message)
Create a new instance of anExaConnectionAccessException
.- Parameters:
message
- error message
-
-
Method Detail
-
getMessage
public String getMessage()
Get the error message.- Overrides:
getMessage
in classThrowable
- Returns:
- error message
-
-