Package com.lucimber.dbus.exception
Class InteractiveAuthorizationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lucimber.dbus.exception.AbstractException
com.lucimber.dbus.exception.InteractiveAuthorizationRequiredException
- All Implemented Interfaces:
Serializable
Access to the requested operation is not permitted. However, it might be available after
interactive authentication. This is usually returned by method calls supporting a framework for
additional interactive authorization.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.Creates a new instance with a message.InteractiveAuthorizationRequiredException
(DBusString message, Throwable cause) Creates a new instance with a message and 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
-
InteractiveAuthorizationRequiredException
public InteractiveAuthorizationRequiredException()Creates a new instance. -
InteractiveAuthorizationRequiredException
Creates a new instance with a message.- Parameters:
message
- the message
-
InteractiveAuthorizationRequiredException
Creates a new instance with a cause.- Parameters:
cause
- the cause
-
InteractiveAuthorizationRequiredException
Creates a new instance with a message and cause.- Parameters:
message
- the messagecause
- the cause
-