Class KettleAuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class KettleAuthenticationException
    extends RuntimeException
    This exception is thrown when there was an authentication error, while connecting into a repository.
    See Also:
    Serialized Form
    • Constructor Detail

      • KettleAuthenticationException

        public KettleAuthenticationException()
      • KettleAuthenticationException

        public KettleAuthenticationException​(String message,
                                             Throwable cause)
        Parameters:
        message -
        cause -
      • KettleAuthenticationException

        public KettleAuthenticationException​(String message)
        Parameters:
        message -
      • KettleAuthenticationException

        public KettleAuthenticationException​(Throwable cause)
        Parameters:
        cause -