Package com.lucimber.dbus.exception
Class AuthFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lucimber.dbus.exception.AbstractException
com.lucimber.dbus.exception.AuthFailedException
- All Implemented Interfaces:
Serializable
Authentication did not complete successfully.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.AuthFailedException
(DBusString message) Creates a new instance with a message.AuthFailedException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.AuthFailedException
(Throwable cause) Creates a new instance with a cause. -
Method Summary
Methods inherited from class com.lucimber.dbus.exception.AbstractException
getErrorName
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthFailedException
public AuthFailedException()Creates a new instance. -
AuthFailedException
Creates a new instance with a message.- Parameters:
message
- the message
-
AuthFailedException
Creates a new instance with a cause.- Parameters:
cause
- the cause
-
AuthFailedException
Creates a new instance with a message and cause.- Parameters:
message
- the messagecause
- the cause
-