public class OpenflowException extends Exception
Constructor and Description |
---|
OpenflowException()
Constructs a new OpenFlow exception with null as its detail
message, and no specific cause.
|
OpenflowException(String message)
Constructs a new OpenFlow exception with the specified detail
message, and no specific cause.
|
OpenflowException(String message,
Throwable cause)
Constructs a new OpenFlow exception with the specified detail
message, and the given cause.
|
OpenflowException(Throwable cause)
Constructs a new OpenFlow 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 OpenflowException()
public OpenflowException(String message, Throwable cause)
message
- the detail messagecause
- the underlying causepublic OpenflowException(String message)
message
- the detail messagepublic OpenflowException(Throwable cause)
cause
- the underlying causeCopyright © 2015. All Rights Reserved.