Package org.apache.hop.core.auth.core
Class AuthenticationConsumptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.hop.core.exception.HopException
-
- org.apache.hop.core.auth.core.AuthenticationConsumptionException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationConsumptionException extends HopException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationConsumptionException(Exception cause)AuthenticationConsumptionException(String message, Exception 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
-
-