Class EdgeRouterReceivingMultiplePacketsAtSameTimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- unicamp.ic.lrc.sinergycloud.exception.EdgeRouterReceivingMultiplePacketsAtSameTimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class EdgeRouterReceivingMultiplePacketsAtSameTimeException extends java.lang.RuntimeExceptionException for an invalid edge router receiving multiple packets at the same time from the outside port- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdgeRouterReceivingMultiplePacketsAtSameTimeException()Creates a new instance ofEdgeRouterReceivingMultiplePacketsAtSameTimeExceptionwithout detail message.EdgeRouterReceivingMultiplePacketsAtSameTimeException(java.lang.String msg)Constructs an instance ofEdgeRouterReceivingMultiplePacketsAtSameTimeExceptionwith the specified detail message.
-
-
-
Constructor Detail
-
EdgeRouterReceivingMultiplePacketsAtSameTimeException
public EdgeRouterReceivingMultiplePacketsAtSameTimeException()
Creates a new instance ofEdgeRouterReceivingMultiplePacketsAtSameTimeExceptionwithout detail message.
-
EdgeRouterReceivingMultiplePacketsAtSameTimeException
public EdgeRouterReceivingMultiplePacketsAtSameTimeException(java.lang.String msg)
Constructs an instance ofEdgeRouterReceivingMultiplePacketsAtSameTimeExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-