Package com.lucimber.dbus.exception
Class NoNetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lucimber.dbus.exception.AbstractException
com.lucimber.dbus.exception.NoNetworkException
- All Implemented Interfaces:
Serializable
No network available to execute requested network operation on.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.NoNetworkException(DBusString message) Creates a new instance with a message.NoNetworkException(DBusString message, Throwable cause) Creates a new instance with a message and cause.NoNetworkException(Throwable cause) Creates a new instance with a cause. -
Method Summary
Methods inherited from class com.lucimber.dbus.exception.AbstractException
getErrorNameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoNetworkException
public NoNetworkException()Creates a new instance. -
NoNetworkException
Creates a new instance with a message.- Parameters:
message- the message
-
NoNetworkException
Creates a new instance with a cause.- Parameters:
cause- the cause
-
NoNetworkException
Creates a new instance with a message and cause.- Parameters:
message- the messagecause- the cause
-