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
407 "Payload cannot exceed 255 septets", EncodeException.ERROR_EXCEED_SIZE); in stringToGsm7BitPacked()
377 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getSubmitPdu()458 "Payload cannot exceed 255 bytes", EncodeException.ERROR_EXCEED_SIZE); in encodeUCS2()700 if (ex.getError() == EncodeException.ERROR_EXCEED_SIZE) { in getDeliverPdu()