Class ARDNotExistException

  • All Implemented Interfaces:
    Serializable

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

      • ARDNotExistException

        public ARDNotExistException()
      • ARDNotExistException

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

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

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

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

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