Searched refs:ERROR_EXCEED_SIZE (Results 1 – 3 of 3) sorted by relevance
29 public static final int ERROR_EXCEED_SIZE = 1; field in EncodeException
409 "Payload cannot exceed 255 septets", EncodeException.ERROR_EXCEED_SIZE); in stringToGsm7BitPacked()
401 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getSubmitPdu()482 "Payload cannot exceed 255 bytes", EncodeException.ERROR_EXCEED_SIZE); in encodeUCS2()765 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getDeliverPdu()