commit | e553ea9ef70a0a66dcc06d76a9d2ac06764ab10d | [log] [tgz] |
---|---|---|
author | Mahesh Poojary Huawei <mahesh.poojary@huawei.com> | Fri Mar 04 11:32:36 2016 +0530 |
committer | Mahesh Poojary Huawei <mahesh.poojary@huawei.com> | Fri Mar 04 11:32:36 2016 +0530 |
tree | 4ee6418fc8a44d0ee1a4e97ecbefc9c3fd35b7f2 | |
parent | 0dba61f0d0c7b152a83287417dbb14b766fdce91 [diff] |
PCEP_LS Change-Id: I163b35bc4a277a55dff8c2d76f00966ab44f8590
diff --git a/protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/exceptions/PcepOutOfBoundMessageException.java b/protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/exceptions/PcepOutOfBoundMessageException.java index 3f14060..0042f7c 100644 --- a/protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/exceptions/PcepOutOfBoundMessageException.java +++ b/protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/exceptions/PcepOutOfBoundMessageException.java
@@ -1,5 +1,5 @@ /* - * Copyright 2015 Open Networking Laboratory + * Copyright 2016 Open Networking Laboratory * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
diff --git a/protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/protocol/PcepMessageReader.java b/protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/protocol/PcepMessageReader.java index 4dc2e6e..c8f8c6a 100644 --- a/protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/protocol/PcepMessageReader.java +++ b/protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/protocol/PcepMessageReader.java
@@ -30,8 +30,8 @@ * * @param bb Channel Buffer * @return PCEP Message - * @throws PcepParseException while parsing PCEP message. - * @throws PcepParseException when received message is empty + * @throws PcepParseException while parsing PCEP message + * @throws PcepOutOfBoundMessageException if out-of-bound message is received */ T readFrom(ChannelBuffer bb) throws PcepParseException, PcepOutOfBoundMessageException; }