Class NucleusObjectNotFoundException

All Implemented Interfaces:
Serializable

public class NucleusObjectNotFoundException extends NucleusException
Exception thrown when an object doesn't exist in the datastore.
See Also:
  • Field Details

  • Constructor Details

    • NucleusObjectNotFoundException

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

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

      public NucleusObjectNotFoundException(String msg, 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(String msg, Object failed)
      Constructs a new exception with the specified detail message and failed object.
      Parameters:
      msg - the detail message.
      failed - the failed object.