Class IOExceptionWithUserVisibleMessage

  • All Implemented Interfaces:
    Serializable

    public class IOExceptionWithUserVisibleMessage
    extends IOException
    An exception that provides a message that can be shown to the user. It is used when an operation is only partially successful.
    See Also:
    Serialized Form
    • Constructor Detail

      • IOExceptionWithUserVisibleMessage

        public IOExceptionWithUserVisibleMessage​(String userVisibleMessage)