Class BoxIOException

All Implemented Interfaces:
Serializable

public class BoxIOException extends BoxRuntimeException
This exception is thrown when an IO operation fails. The underlying Java IOException exception is parsed and is used to provide a more user-friendly message.
See Also:
  • Field Details

    • errorCode

      public String errorCode
      Applies to type = "custom". String error code.
  • Constructor Details

    • BoxIOException

      public BoxIOException(IOException exception)
      Constructor
      Parameters:
      exception - The exception
    • BoxIOException

      public BoxIOException(String message, IOException exception)
      Constructor
      Parameters:
      message - The message
      exception - The exception