Package com.exasol

Class 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 Detail

      • ExaConnectionAccessException

        public ExaConnectionAccessException​(String message)
        Create a new instance of an ExaConnectionAccessException.
        Parameters:
        message - error message
    • Method Detail

      • getMessage

        public String getMessage()
        Get the error message.
        Overrides:
        getMessage in class Throwable
        Returns:
        error message