Class ObjectNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.crypto.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException extends Exception
This exception is thrown whenever something isn't implemented.
See Also:
  • Field Details

  • Constructor Details

    • ObjectNotFoundException

      public ObjectNotFoundException()
    • ObjectNotFoundException

      public ObjectNotFoundException(String mesg)
    • ObjectNotFoundException

      public ObjectNotFoundException(String mesg, Throwable cause)
    • ObjectNotFoundException

      public ObjectNotFoundException(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace)