Class AtlResourceImpl.ATLIOException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AtlResourceImpl

    public static class AtlResourceImpl.ATLIOException
    extends java.io.IOException
    IOException with nested Exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • ATLIOException

        public ATLIOException​(java.lang.String message,
                              java.lang.Throwable cause)
        Parameters:
        message - the error message
        cause - the nested exception
      • ATLIOException

        public ATLIOException​(java.lang.String message)
        Parameters:
        message - the error message
      • ATLIOException

        public ATLIOException​(java.lang.Throwable cause)
        Parameters:
        cause - the nested exception