Class EntityCreationException

    • Constructor Detail

      • EntityCreationException

        public EntityCreationException​(String message)
        Instantiates a new entity creation exception.
        Parameters:
        message - the message
      • EntityCreationException

        public EntityCreationException​(Throwable cause)
        Instantiates a new entity creation exception.
        Parameters:
        cause - the cause
      • EntityCreationException

        public EntityCreationException​(String message,
                                       Throwable cause)
        Instantiates a new entity creation exception.
        Parameters:
        message - the message
        cause - the cause