Class RDNotExistException

  • All Implemented Interfaces:
    Serializable

    public class RDNotExistException
    extends NotExistException
    Resource Description (RD) did not exist in a collection, list or catalogue. The same exception is used in case some RD is not found e.g. from repository.
    Author:
    Niko Siltala
    See Also:
    Serialized Form
    • Constructor Detail

      • RDNotExistException

        public RDNotExistException()
      • RDNotExistException

        public RDNotExistException​(String message)
        Parameters:
        message -
      • RDNotExistException

        public RDNotExistException​(String id,
                                   String message)
        Parameters:
        id -
        message -
      • RDNotExistException

        public RDNotExistException​(Throwable cause)
        Parameters:
        cause -
      • RDNotExistException

        public RDNotExistException​(String message,
                                   Throwable cause)
        Parameters:
        message -
        cause -
      • RDNotExistException

        public RDNotExistException​(String message,
                                   Throwable cause,
                                   boolean enableSuppression,
                                   boolean writableStackTrace)
        Parameters:
        message -
        cause -
        enableSuppression -
        writableStackTrace -