Class OverwritingException

    • Constructor Detail

      • OverwritingException

        public OverwritingException()
        Constructs a new overwriting exception with null as its detail message.
      • OverwritingException

        public OverwritingException​(String message)
        Constructs a new overwriting exception with the specified detail message.
        Parameters:
        message - Overwriting exception detail message.
      • OverwritingException

        public OverwritingException​(String message,
                                    Throwable cause)
        Constructs a new overwriting exception with the specified detail message and cause.
        Parameters:
        message - Overwriting exception detail message.
        cause - Overwriting exception cause.