|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.sft.api.CommunicationException
public class CommunicationException
Base exception class for handling failures in the communication.
| Constructor Summary | |
|---|---|
CommunicationException(String message)Creates a CommunicationException with the specified message. |
|
CommunicationException(String message, Throwable throwable)Creates a CommunicationException wrapping another Throwable, but with a specific message. |
|
CommunicationException(Throwable throwable)Creates a CommunicationException wrapping another Throwable. |
|
| 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 CommunicationException(String message)
message - Message text.public CommunicationException(Throwable throwable)
throwable - A Throwable object.
public CommunicationException(String message,
Throwable throwable)
throwable - A Throwable object.message - Message text.
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.