Class KettleAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.di.repository.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:
  • Constructor Details

    • 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 -