Class APIException

All Implemented Interfaces:
Serializable

public class APIException extends RuntimeException
See Also:
  • Constructor Details

    • APIException

      public APIException(long handle, int error, int type, byte[] packet)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • getErrorNumber

      public final int getErrorNumber()
    • getPacketType

      public final int getPacketType()
    • getFailedPacket

      public final byte[] getFailedPacket()
    • getPacketTypeName

      public static String getPacketTypeName(int type)