Java javax.naming CommunicationException fields, constructors, methods, implement or subclass

Example usage for Java javax.naming CommunicationException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming CommunicationException.

The text is from its open source code.

Constructor

CommunicationException(String explanation)
Constructs a new instance of CommunicationException using the arguments supplied.

Method

ThrowablegetCause()
Returns the cause of this exception.
ClassgetClass()
Returns the runtime class of this Object .
StringgetExplanation()
Retrieves the explanation associated with this exception.
StringgetMessage()
Returns the detail message string of this throwable.
voidsetRootCause(Throwable e)
Records the root cause of this NamingException.
StringtoString()
Generates the string representation of this exception.