Searched refs:SnmpTooBigException (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpTooBigException.java46 public class SnmpTooBigException extends Exception { class in inherits:Exception
50 * Builds an <CODE>SnmpTooBigException</CODE> with
53 public SnmpTooBigException() { method in class:SnmpTooBigException
58 * Builds an <CODE>SnmpTooBigException</CODE> with
62 public SnmpTooBigException(int n) { method in class:SnmpTooBigException
H A DSnmpSecurityParameters.java27 import com.sun.jmx.snmp.SnmpTooBigException;
42 int encode(byte[] outputBytes) throws SnmpTooBigException;
H A DSnmpPduFactory.java87 * @exception SnmpTooBigException If the resulting encoding does not
93 throws SnmpStatusException, SnmpTooBigException ;
H A DSnmpPduFactoryBER.java42 import com.sun.jmx.snmp.SnmpTooBigException;
64 * throws SnmpStatusException, SnmpTooBigException {
108 * @exception SnmpTooBigException If the resulting encoding does not
114 throws SnmpStatusException, SnmpTooBigException {
H A DSnmpMessage.java79 public int encodeMessage(byte[] outputBytes) throws SnmpTooBigException {
97 throw new SnmpTooBigException() ;
179 * @exception SnmpTooBigException If the resulting encoding does not fit
186 throws SnmpStatusException, SnmpTooBigException {
252 throw new SnmpTooBigException() ;
H A DSnmpMsg.java127 throws SnmpTooBigException;
155 * @exception SnmpTooBigException If the resulting encoding does not fit
160 throws SnmpStatusException, SnmpTooBigException;
229 throws SnmpStatusException, SnmpTooBigException {
251 throw new SnmpTooBigException(encodedVarBindCount) ;
H A DSnmpV3Message.java44 import com.sun.jmx.snmp.SnmpTooBigException;
157 throws SnmpTooBigException {
278 * @exception SnmpTooBigException If the resulting encoding does not fit
285 throws SnmpStatusException, SnmpTooBigException {
373 throw new SnmpTooBigException() ;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpOutgoingRequest.java31 import com.sun.jmx.snmp.SnmpTooBigException;
62 SnmpTooBigException, SnmpSecurityException,
75 * @exception SnmpTooBigException If the resulting encoding does not fit
82 throws SnmpStatusException, SnmpTooBigException;
H A DSnmpMsgProcessingModel.java30 import com.sun.jmx.snmp.SnmpTooBigException;
98 byte[] outputBytes) throws SnmpTooBigException;
119 byte[] outputBytes) throws SnmpTooBigException;
134 byte[] outputBytes) throws SnmpTooBigException;
H A DSnmpMsgProcessingSubSystem.java33 import com.sun.jmx.snmp.SnmpTooBigException;
117 throws SnmpTooBigException,
139 byte[] outputBytes) throws SnmpTooBigException, SnmpUnknownMsgProcModelException;
161 throws SnmpTooBigException, SnmpUnknownMsgProcModelException;
H A DSnmpIncomingRequest.java30 import com.sun.jmx.snmp.SnmpTooBigException;
107 throws SnmpTooBigException;
134 * @exception SnmpTooBigException If the resulting encoding does not fit
141 throws SnmpStatusException, SnmpTooBigException;
H A DSnmpSecurityModel.java29 import com.sun.jmx.snmp.SnmpTooBigException;
68 throws SnmpTooBigException, SnmpStatusException,
100 throws SnmpTooBigException, SnmpStatusException,
H A DSnmpSecuritySubSystem.java27 import com.sun.jmx.snmp.SnmpTooBigException;
82 throws SnmpTooBigException, SnmpStatusException, SnmpSecurityException, SnmpUnknownSecModelException;
113 throws SnmpTooBigException, SnmpStatusException,
H A DSnmpIncomingResponse.java31 import com.sun.jmx.snmp.SnmpTooBigException;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpRequestHandler.java57 import com.sun.jmx.snmp.SnmpTooBigException;
214 catch(SnmpTooBigException x) {
224 catch(SnmpTooBigException xx) {
292 catch(SnmpTooBigException x) {
317 } catch (SnmpTooBigException xx) {
343 catch(SnmpTooBigException xx) {
349 catch(SnmpTooBigException xxx) {
905 throws SnmpTooBigException {
940 throws SnmpTooBigException {
949 throw new SnmpTooBigException(acceptedVbCoun
[all...]
H A DSnmpAdaptorServer.java64 import com.sun.jmx.snmp.SnmpTooBigException;
2053 catch (SnmpTooBigException x) {
2061 // We could simply forward SnmpTooBigException ?
2080 catch (SnmpTooBigException x) {
2099 } catch (SnmpTooBigException x) {
2132 } catch (SnmpTooBigException x) {
2140 // We could simply forward SnmpTooBigException ?
2150 } catch (SnmpTooBigException x) {
2166 throws IOException, SnmpTooBigException {

Completed in 95 milliseconds