Class TemporaryAttachmentException

    • Constructor Detail

      • TemporaryAttachmentException

        public TemporaryAttachmentException​(String msg)
        Default constructor with only a message.
        Parameters:
        msg - the message to display
      • TemporaryAttachmentException

        public TemporaryAttachmentException​(String msg,
                                            Throwable e)
        Default constructor with a message and the original root cause.
        Parameters:
        msg - the message to display
        e - the root cause of the exception