public class NetworkRuntimeException extends RuntimeException
Constructor and Description |
---|
NetworkRuntimeException(String s)
Constructs a new network resourcemanager exception with the specified detail message.
|
NetworkRuntimeException(String s,
Throwable e)
Constructs a new network resourcemanager exception with the specified detail message and cause.
|
NetworkRuntimeException(Throwable e)
Constructs a new network resourcemanager exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NetworkRuntimeException(String s, Throwable e)
s
- the detailed messagee
- the causepublic NetworkRuntimeException(String s)
s
- the detailed messagepublic NetworkRuntimeException(Throwable e)
e
- the causeCopyright © 2016 The Apache Software Foundation. All rights reserved.