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
This exception is thrown when there was an authentication error, while connecting into a repository.
- See Also:
-
Constructor Summary
ConstructorDescriptionKettleAuthenticationException
(String message) KettleAuthenticationException
(String message, 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 Details
-
KettleAuthenticationException
public KettleAuthenticationException() -
KettleAuthenticationException
- Parameters:
message
-cause
-
-
KettleAuthenticationException
- Parameters:
message
-
-
KettleAuthenticationException
- Parameters:
cause
-
-