Package org.pentaho.di.repository
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KettleAuthenticationException()
KettleAuthenticationException(String message)
KettleAuthenticationException(String message, Throwable cause)
KettleAuthenticationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-
-