Class NoExtentException

All Implemented Interfaces:
Serializable

public class NoExtentException extends NucleusUserException
A NoExtentException is thrown if an attempt is made to perform an operation using a class that is not backed by an extent (ie table or view) in the database and the operation is not supported on such classes.
See Also:
  • Field Details

  • Constructor Details

    • NoExtentException

      public NoExtentException(String className)
      Constructs a no extent exception.
      Parameters:
      className - Name of the class on which the operation requiring an extent was attempted.