Lines Matching refs:COTException

69      * @throws COTException if values in the map are invalid.
72 throws COTException {
103 * @throws COTException if <code>circleOfTrustName</code>
107 String circleOfTrustStatus) throws COTException {
125 * @throws COTException if any input parameter is invalid.
136 throws COTException {
159 private void setCircleOfTrustName(String name) throws COTException {
162 throw new COTException("invalidCOTName",args);
170 private void setCircleOfTrustType(String type) throws COTException {
173 throw new COTException("invalidProtooclType",data);
297 * @throws COTException if <code>readerServiceURL</code>
301 throws COTException {
308 throw new COTException("invalidReaderUrl",null);
319 * @throws COTException if <code>readerServiceURL</code>
323 throws COTException {
330 throw new COTException("invalidReaderUrl",null);
341 * @throws COTException if <code>readerServiceURL</code>
345 throws COTException {
352 throw new COTException("invalidReaderUrl",null);
363 * @throws COTException if <code>writerServiceURL</code>
367 throws COTException {
375 throw new COTException("invalidWriterUrl",null);
386 * @throws COTException if <code>writerServiceURL</code>
390 throws COTException {
398 throw new COTException("invalidWriterUrl",null);
409 * @throws COTException if <code>writerServiceURL</code>
413 throws COTException {
421 throw new COTException("invalidWriterUrl",null);
433 * @throws COTException if <code>circleOfTrustStatus</code>
437 throws COTException {
443 throw new COTException("invalidCotStatus", null);
512 public boolean add(String entityID, String protocol) throws COTException {
514 throw new COTException("invalidProtocolType", null);
528 throw new COTException("entityExistsInCot", null);