Class IsLocked

  • All Implemented Interfaces:
    Serializable

    public class IsLocked
    extends Exception
    The object must be unlocked before this action can be carried out.

    org.freedesktop.Secret.Error.IsLocked

    See Also:
    Serialized Form
    • Constructor Detail

      • IsLocked

        public IsLocked()
      • IsLocked

        public IsLocked​(String message)
      • IsLocked

        public IsLocked​(Throwable cause)
      • IsLocked

        public IsLocked​(String message,
                        Throwable cause,
                        boolean enableSuppression,
                        boolean writableStackTrace)