|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.soa.esb.helpers.NamingContextException
public class NamingContextException
Exception used for Naming Connection Pool errors.
| Constructor Summary | |
|---|---|
NamingContextException()
Create a naming context exception. |
|
NamingContextException(java.lang.String message)
Create a naming context exception with the specified message. |
|
NamingContextException(java.lang.String message,
java.lang.Throwable cause)
Create a naming context exception with the specified message and cause. |
|
NamingContextException(java.lang.Throwable cause)
Create a naming context exception with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NamingContextException()
public NamingContextException(java.lang.String message)
message - The message associated with the exception.public NamingContextException(java.lang.Throwable cause)
cause - The cause associated with the exception.
public NamingContextException(java.lang.String message,
java.lang.Throwable cause)
message - The message associated with the exception.cause - The cause associated with the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||