Class EdalAuthenticateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.security.EdalAuthenticateException
-
- All Implemented Interfaces:
java.io.Serializable
public class EdalAuthenticateException extends java.lang.Exception
Exception is thrown on authentication failures.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdalAuthenticateException()
Constructor forEdalAuthenticateException
without a specific message.EdalAuthenticateException(java.lang.String message)
Constructor forEdalAuthenticateException
with a specific message.EdalAuthenticateException(java.lang.String message, java.lang.Throwable cause)
Constructor forEdalAuthenticateException
with a specific message and cause.EdalAuthenticateException(java.lang.Throwable cause)
Constructor forEdalAuthenticateException
with a specific cause.
-
-
-
Constructor Detail
-
EdalAuthenticateException
public EdalAuthenticateException()
Constructor forEdalAuthenticateException
without a specific message.
-
EdalAuthenticateException
public EdalAuthenticateException(java.lang.String message)
Constructor forEdalAuthenticateException
with a specific message.- Parameters:
message
- the error message.
-
EdalAuthenticateException
public EdalAuthenticateException(java.lang.String message, java.lang.Throwable cause)
Constructor forEdalAuthenticateException
with a specific message and cause.- Parameters:
message
- the error message.cause
- the cause.
-
EdalAuthenticateException
public EdalAuthenticateException(java.lang.Throwable cause)
Constructor forEdalAuthenticateException
with a specific cause.- Parameters:
cause
- the cause.
-
-