Package com.lucimber.dbus.exception
Class NoServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lucimber.dbus.exception.AbstractException
com.lucimber.dbus.exception.NoServerException
- All Implemented Interfaces:
Serializable
Unable to connect to the specified server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.NoServerException
(DBusString message) Creates a new instance with a message.NoServerException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.NoServerException
(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
-
NoServerException
public NoServerException()Creates a new instance. -
NoServerException
Creates a new instance with a message.- Parameters:
message
- the message
-
NoServerException
Creates a new instance with a cause.- Parameters:
cause
- the cause
-
NoServerException
Creates a new instance with a message and cause.- Parameters:
message
- the messagecause
- the cause
-