Package org.apache.hop.core.auth.core
Class AuthenticationFactoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.hop.core.exception.HopException
-
- org.apache.hop.core.auth.core.AuthenticationFactoryException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationFactoryException extends HopException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFactoryException(String message)AuthenticationFactoryException(String message, Throwable cause)AuthenticationFactoryException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.hop.core.exception.HopException
getMessage, getSuperMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-