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
public class NoSuchObject extends Exception
No such item or collection exists.org.freedesktop.Secret.Error.NoSuchObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchObject()NoSuchObject(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
-
-