Class ProfileNotExistException

  • All Implemented Interfaces:
    Serializable

    public class ProfileNotExistException
    extends NotExistException
    Profile of an Abstract Resource Description (ARD) did not exist in a collection, list or catalogue.
    Author:
    Niko Siltala
    See Also:
    Serialized Form
    • Constructor Detail

      • ProfileNotExistException

        public ProfileNotExistException()
      • ProfileNotExistException

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

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

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

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

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