Searched refs:IOERROR (Results 1 – 4 of 4) sorted by relevance
115 MessagingException.IOERROR, in open()124 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()154 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()162 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()197 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in createSocket()224 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in reopenTls()
35 public static final int IOERROR = 1; field in MessagingException
485 } else if (status[0] == SecureElementStatus.IOERROR) { in openBasicChannel()562 } else if (status[0] == SecureElementStatus.IOERROR) { in openLogicalChannel()
800 return new MessagingException(MessagingException.IOERROR, "IO Error", ioe); in ioExceptionHandler()