public class EdalAuthenticateException
extends java.lang.Exception
| Constructor and Description |
|---|
EdalAuthenticateException()
Constructor for
EdalAuthenticateException without a specific
message. |
EdalAuthenticateException(java.lang.String message)
Constructor for
EdalAuthenticateException with a specific
message. |
EdalAuthenticateException(java.lang.String message,
java.lang.Throwable cause)
Constructor for
EdalAuthenticateException with a specific message
and cause. |
EdalAuthenticateException(java.lang.Throwable cause)
Constructor for
EdalAuthenticateException with a specific cause. |
public EdalAuthenticateException()
EdalAuthenticateException without a specific
message.public EdalAuthenticateException(java.lang.String message)
EdalAuthenticateException with a specific
message.message - the error message.public EdalAuthenticateException(java.lang.String message,
java.lang.Throwable cause)
EdalAuthenticateException with a specific message
and cause.message - the error message.cause - the cause.public EdalAuthenticateException(java.lang.Throwable cause)
EdalAuthenticateException with a specific cause.cause - the cause.