Package com.lucimber.dbus.exception
Class AccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lucimber.dbus.exception.AbstractException
com.lucimber.dbus.exception.AccessDeniedException
- All Implemented Interfaces:
Serializable
Access to a resource has been denied due to security restrictions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.AccessDeniedException
(DBusString message) Creates a new instance with a message.AccessDeniedException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.AccessDeniedException
(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
-
AccessDeniedException
public AccessDeniedException()Creates a new instance. -
AccessDeniedException
Creates a new instance with a message.- Parameters:
message
- the message
-
AccessDeniedException
Creates a new instance with a cause.- Parameters:
cause
- the cause
-
AccessDeniedException
Creates a new instance with a message and cause.- Parameters:
message
- the messagecause
- the cause
-