Home
last modified time | relevance | path

Searched refs:MessageException (Results 1 – 25 of 118) sorted by relevance

12345

/dports/net/kea/kea-2.0.1/src/lib/log/
H A Dmessage_reader.cc44 isc_throw_4(MessageException, "Failed to open message file", in readFile()
62 isc_throw_4(MessageException, "Error reading message file", in readFile()
112 isc_throw_3(MessageException, "Unrecognized directive", in parseDirective()
138 isc_throw_3(MessageException, "Invalid prefix", in parsePrefix()
145 isc_throw_2(MessageException, "Too many arguments", in parsePrefix()
174 isc_throw_2(MessageException, "No arguments", LOG_NAMESPACE_NO_ARGS, in parseNamespace()
178 isc_throw_2(MessageException, "Too many arguments", in parseNamespace()
191 isc_throw_3(MessageException, "Invalid argument", in parseNamespace()
197 isc_throw_2(MessageException, "Duplicate namespace", in parseNamespace()
225 isc_throw_3(MessageException, "No message ID", LOG_NO_MESSAGE_ID, in parseMessage()
[all …]
H A Dmessage_exception.h28 class MessageException : public isc::Exception {
38 MessageException(const char* file, size_t line, const char* what, in MessageException() function
55 MessageException(const char* file, size_t line, const char* what, in MessageException() function
74 MessageException(const char* file, size_t line, const char *what, in MessageException() function
87 ~MessageException() {} in ~MessageException()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/utils/security/
H A DSESTSConnectionImpl.java216 throws MessageException in SESTSConnectionImpl()
226 throws MessageException in SESTSConnectionImpl()
367 throws MessageException in connect()
411 throws MessageException in receive()
610 throw((MessageException)e); in receive()
622 throws MessageException in setupBlockCrypto()
670 throws MessageException in cryptoComplete()
679 throws MessageException in send()
745 throws MessageException in sendContent()
793 throws MessageException in receiveContent()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/messaging/
H A DGenericMessageConnectionImpl.java31 import org.gudy.azureus2.plugins.messaging.MessageException;
253 throws MessageException in connect()
300 throws MessageException in connect()
304 throw( new MessageException( "Already connected" )); in connect()
309 throw( new MessageException( "Connect already performed" )); in connect()
316 throw( new MessageException( "Connection has been closed" )); in connect()
335 throw( new MessageException( "No protocols availabld" )); in connect()
378 reportFailed( new MessageException( "Connection has been closed" )); in connectTCP()
644 throws MessageException in send()
675 if ( !( f instanceof MessageException )){ in receive()
[all …]
H A DMessageAdapter.java65 public Message create( ByteBuffer data ) throws MessageException { in create()
73 catch( com.aelitis.azureus.core.peermanager.messaging.MessageException e ) { in create()
74 throw new MessageException( e.getMessage() ); in create()
129 …uffer data, byte version ) throws com.aelitis.azureus.core.peermanager.messaging.MessageException { in deserialize()
139 …throw( new com.aelitis.azureus.core.peermanager.messaging.MessageException( "Plugin message deseri… in deserialize()
144 catch( MessageException e ) { in deserialize()
145 throw new com.aelitis.azureus.core.peermanager.messaging.MessageException( e.getMessage() ); in deserialize()
H A DGenericMessageConnectionAdapter.java24 import org.gudy.azureus2.plugins.messaging.MessageException;
60 throws MessageException; in send()
81 throws MessageException; in close()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/messaging/bittorrent/
H A DBTCancel.java26 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
92 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
94 throw new MessageException( "[" +getID() +"] decode error: data == null" ); in deserialize()
98 …throw new MessageException( "[" +getID() + "] decode error: payload.remaining[" +data.remaining( … in deserialize()
103 throw new MessageException( "[" +getID() + "] decode error: num < 0" ); in deserialize()
108 throw new MessageException( "[" +getID()+ "] decode error: offset < 0" ); in deserialize()
113 throw new MessageException( "[" +getID() + "] decode error: lngth < 0" ); in deserialize()
H A DBTRejectRequest.java25 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
93 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
95 throw new MessageException( "[" +getID() + "] decode error: data == null" ); in deserialize()
99 …throw new MessageException( "[" +getID() + "] decode error: payload.remaining[" +data.remaining( D… in deserialize()
104 throw new MessageException( "[" +getID() + "] decode error: num < 0" ); in deserialize()
109 throw new MessageException( "[" +getID() + "] decode error: offset < 0" ); in deserialize()
114 throw new MessageException( "[" +getID() + "] decode error: length < 0" ); in deserialize()
H A DBTRequest.java25 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
94 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
96 throw new MessageException( "[" +getID() + "] decode error: data == null" ); in deserialize()
100 …throw new MessageException( "[" +getID() + "] decode error: payload.remaining[" +data.remaining( D… in deserialize()
105 throw new MessageException( "[" +getID() + "] decode error: num < 0" ); in deserialize()
110 throw new MessageException( "[" +getID() + "] decode error: offset < 0" ); in deserialize()
115 throw new MessageException( "[" +getID() + "] decode error: length < 0" ); in deserialize()
H A DBTPiece.java26 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
93 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
95 throw new MessageException( "[" +getID() + "] decode error: data == null" ); in deserialize()
99 …throw new MessageException( "[" +getID()+ "] decode error: payload.remaining[" +data.remaining( Di… in deserialize()
104 throw new MessageException( "[" +getID() +"] decode error: number < 0" ); in deserialize()
109 throw new MessageException( "[" +getID() + "] decode error: offset < 0" ); in deserialize()
H A DBTAllowedFast.java26 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
78 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
80 throw new MessageException( "[" +getID() +"] decode error: data == null" ); in deserialize()
84 …throw new MessageException( "[" +getID() + "] decode error: payload.remaining[" +data.remaining( … in deserialize()
89 throw new MessageException( "[" +getID() + "] decode error: num < 0" ); in deserialize()
H A DBTHave.java26 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
79 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
81 throw new MessageException( "[" +getID() + "] decode error: data == null" ); in deserialize()
85 …throw new MessageException( "[" +getID() + "] decode error: payload.remaining[" +data.remaining( D… in deserialize()
91 throw new MessageException( "[" +getID() + "] decode error: number < 0" ); in deserialize()
H A DBTSuggestPiece.java26 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
78 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
80 throw new MessageException( "[" +getID() +"] decode error: data == null" ); in deserialize()
84 …throw new MessageException( "[" +getID() + "] decode error: payload.remaining[" +data.remaining( … in deserialize()
89 throw new MessageException( "[" +getID() + "] decode error: num < 0" ); in deserialize()
H A DBTDHTPort.java24 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
39 public Message deserialize(DirectByteBuffer data, byte version) throws MessageException { in deserialize()
41 throw new MessageException("[" +getID() + "] decode error: data == null"); in deserialize()
43 …throw new MessageException("[" +getID() + "] decode error: payload.remaining[" +data.remaining( Di… in deserialize()
H A DBTInterested.java26 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
55 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
57 throw new MessageException( "[" +getID() +"] decode error: payload not empty" ); in deserialize()
H A DBTUnchoke.java26 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
56 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
58 throw new MessageException( "[" +getID() +"] decode error: payload not empty" ); in deserialize()
H A DBTUninterested.java26 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
54 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
56 throw new MessageException( "[" +getID() +"] decode error: payload not empty" ); in deserialize()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/messaging/generic/
H A DGenericMessageConnection.java22 import org.gudy.azureus2.plugins.messaging.MessageException;
40 throws MessageException; in connect()
46 throws MessageException; in send()
51 throws MessageException; in close()
H A DGenericMessageConnectionListener.java22 import org.gudy.azureus2.plugins.messaging.MessageException;
37 throws MessageException; in receive()
44 throws MessageException; in failed()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/messaging/azureus/
H A DAZHandshake.java33 import com.aelitis.azureus.core.peermanager.messaging.MessageException;
228 public Message deserialize( DirectByteBuffer data, byte version ) throws MessageException { in deserialize()
232 if( id == null ) throw new MessageException( "id == null" ); in deserialize()
233 if( id.length != 20 ) throw new MessageException( "id.length != 20: " +id.length ); in deserialize()
239 if( raw_name == null ) throw new MessageException( "raw_name == null" ); in deserialize()
243 if( raw_ver == null ) throw new MessageException( "raw_ver == null" ); in deserialize()
283 if (raw_msgs == null) throw new MessageException("raw_msgs == null"); in deserialize()
294 if (mid == null) throw new MessageException("mid == null"); in deserialize()
298 if (ver == null) throw new MessageException("ver == null"); in deserialize()
300 if (ver.length != 1) throw new MessageException("ver.length != 1"); in deserialize()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/messaging/
H A DMessagingUtil.java70 …edByteStreamToPayload( DirectByteBuffer stream, int min_size, String id ) throws MessageException { in convertBencodedByteStreamToPayload()
72 throw new MessageException( "[" +id +"] decode error: stream == null" ); in convertBencodedByteStreamToPayload()
76 …throw new MessageException( "[" +id +"] decode error: stream.remaining[" +stream.remaining( Direct… in convertBencodedByteStreamToPayload()
91 throw new MessageException( "[" +id+ "] payload stream b-decode error: " +t.getMessage() ); in convertBencodedByteStreamToPayload()
H A DMessageException.java25 public class MessageException extends Exception { class
26 public MessageException( String reason ) { in MessageException() method in MessageException
30 public MessageException( String reason, Throwable cause) { in MessageException() method in MessageException
H A DMessageManager.java70 public void registerMessageType( Message message ) throws MessageException { in registerMessageType()
77 throw new MessageException( "message type [" +message.getID()+ "] already registered!" ); in registerMessageType()
113 …ssage( byte[] id_bytes, DirectByteBuffer message_data, byte version ) throws MessageException { in createMessage()
117 throw new MessageException( "message id[" + new String( id_bytes) + "] not registered" ); in createMessage()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/messaging/
H A DMessageException.java25 public class MessageException extends Exception { class
26 public MessageException( String reason ) { in MessageException() method in MessageException
30 public MessageException( String reason, Throwable e ){ in MessageException() method in MessageException
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DMessageException.h28 class MessageException : public std::exception
31 MessageException (const std::string &msg) : _message(msg) {} in MessageException() function
32 virtual ~MessageException () throw() {} in ~MessageException()

12345