Package org.freedesktop.secret.errors
Class NoSuchObject
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.freedesktop.secret.errors.NoSuchObject
- All Implemented Interfaces:
Serializable
No such item or collection exists.
org.freedesktop.Secret.Error.NoSuchObject
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchObject(String message) NoSuchObject(String message, Throwable cause) NoSuchObject(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) NoSuchObject(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchObject
public NoSuchObject() -
NoSuchObject
-
NoSuchObject
-
NoSuchObject
-
NoSuchObject
-