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:
  • Constructor Details

    • NoSuchObject

      public NoSuchObject()
    • NoSuchObject

      public NoSuchObject(String message)
    • NoSuchObject

      public NoSuchObject(String message, Throwable cause)
    • NoSuchObject

      public NoSuchObject(Throwable cause)
    • NoSuchObject

      public NoSuchObject(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)