Searched refs:createLSException (Results 1 – 1 of 1) sorted by relevance
1082 throw (LSException) createLSException(LSException.SERIALIZE_ERR, ue).fillInStackTrace(); in write()1087 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in write()1094 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in write()1183 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in writeToString()1190 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in writeToString()1341 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in writeToURI()1348 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in writeToURI()1498 private static LSException createLSException(short code, Throwable cause) { in createLSException() method in LSSerializerImpl