Class NucleusObjectNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NucleusObjectNotFoundException
    extends NucleusException
    Exception thrown when an object doesn't exist in the datastore.
    See Also:
    Serialized Form
    • Constructor Detail

      • NucleusObjectNotFoundException

        public NucleusObjectNotFoundException()
        Constructs a new exception without a detail message.
      • NucleusObjectNotFoundException

        public NucleusObjectNotFoundException​(java.lang.String msg)
        Constructs a new exception with the specified detail message.
        Parameters:
        msg - the detail message.
      • NucleusObjectNotFoundException

        public NucleusObjectNotFoundException​(java.lang.String msg,
                                              java.lang.Throwable[] nested)
        Constructs a new exception with the specified detail message and nested Throwables.
        Parameters:
        msg - the detail message.
        nested - the nested Throwable[].
      • NucleusObjectNotFoundException

        public NucleusObjectNotFoundException​(java.lang.String msg,
                                              java.lang.Object failed)
        Constructs a new exception with the specified detail message and failed object.
        Parameters:
        msg - the detail message.
        failed - the failed object.