Class CodeIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.avadeaux.klipspringer.codec.CodeIOException
All Implemented Interfaces:
Serializable

public class CodeIOException extends IOException
Exception with an error code.
See Also:
  • Constructor Details

    • CodeIOException

      public CodeIOException(int code, String message)
      Constructs exception with error code and message.
  • Method Details

    • errorCode

      public int errorCode()
      Gets the error code associated with the exception. Possible values depend on the library from which the exception is thrown, and is intended to be used to pinpoint specific errors.