public class IncompleteMessageException extends OpenflowException
OpenFlow message which is incomplete.
That is, the mutable instance has not had all
the required fields set, before converting it to an immutable instance
and attempting to encode it.| Constructor and Description |
|---|
IncompleteMessageException()
Constructs a new incomplete-message exception with null as its detail
message, and no specific cause.
|
IncompleteMessageException(String message)
Constructs a new incomplete-message exception with the specified detail
message, and no specific cause.
|
IncompleteMessageException(String message,
Throwable cause)
Constructs a new incomplete-message exception with the specified detail
message, and the given cause.
|
IncompleteMessageException(Throwable cause)
Constructs a new incomplete-message exception with null as its detail
message, but with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompleteMessageException()
public IncompleteMessageException(String message, Throwable cause)
message - the detail messagecause - the underlying causepublic IncompleteMessageException(String message)
message - the detail messagepublic IncompleteMessageException(Throwable cause)
cause - the underlying causeCopyright © 2014. All Rights Reserved.