public class IncompleteStructureException extends OpenflowException
OpenFlow structure
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 |
---|
IncompleteStructureException()
Constructs a new incomplete-structure exception with null as its detail
message, and no specific cause.
|
IncompleteStructureException(String message)
Constructs a new incomplete-structure exception with the specified
detail message, and no specific cause.
|
IncompleteStructureException(String message,
Throwable cause)
Constructs a new incomplete-structure exception with the specified
detail message, and the given cause.
|
IncompleteStructureException(Throwable cause)
Constructs a new incomplete-structure exception with null as its detail
message, but with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompleteStructureException()
public IncompleteStructureException(String message, Throwable cause)
message
- the detail messagecause
- the underlying causepublic IncompleteStructureException(String message)
message
- the detail messagepublic IncompleteStructureException(Throwable cause)
cause
- the underlying causeCopyright © 2015. All Rights Reserved.