Package io.jenkins.plugins.yc.exception
Class LoginFailed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.jenkins.plugins.yc.exception.LoginFailed
-
- All Implemented Interfaces:
Serializable
public class LoginFailed extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginFailed(String cause)Exception for login errors.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LoginFailed
public LoginFailed(String cause)
Exception for login errors.- Parameters:
cause- - message error
-
-