Package org.mozilla.jss.crypto
Class ObjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mozilla.jss.crypto.ObjectNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectNotFoundException extends java.lang.Exception
This exception is thrown whenever something isn't implemented.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectNotFoundException()
ObjectNotFoundException(java.lang.String mesg)
ObjectNotFoundException(java.lang.String mesg, java.lang.Throwable cause)
ObjectNotFoundException(java.lang.String mesg, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
-
Constructor Detail
-
ObjectNotFoundException
public ObjectNotFoundException()
-
ObjectNotFoundException
public ObjectNotFoundException(java.lang.String mesg)
-
ObjectNotFoundException
public ObjectNotFoundException(java.lang.String mesg, java.lang.Throwable cause)
-
ObjectNotFoundException
public ObjectNotFoundException(java.lang.String mesg, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-