Class IOServiceException

  • All Implemented Interfaces:
    Serializable

    public class IOServiceException
    extends Exception
    Thrown when an input/output error occurs.
    Since:
    2.3M1
    Version:
    $Id: 3e84a2431e22a9aa42afe65372ffbe8ca233474f $
    See Also:
    Serialized Form
    • Constructor Detail

      • IOServiceException

        public IOServiceException​(String message)
        Builds an IOService exception with the specified message.
        Parameters:
        message - the message of this exception
      • IOServiceException

        public IOServiceException​(String message,
                                  Throwable cause)
        Builds an IOService exception for the specified cause with the specified message.
        Parameters:
        message - the message of this exception
        cause - the cause of the exception