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