Class SailReadOnlyException

  • All Implemented Interfaces:
    Serializable

    public class SailReadOnlyException
    extends SailException
    Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.
    Author:
    James Leigh
    See Also:
    Serialized Form
    • Constructor Detail

      • SailReadOnlyException

        public SailReadOnlyException​(String msg)