|
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
com.bea.wcp.diameter.DiameterException
public class DiameterException
Base class for Diameter exception types.
| Constructor Summary | |
|---|---|
DiameterException()Constructs a new DiameterException with no detail message. |
|
DiameterException(String msg)Constructs a new DiameterException with the specified detail message. |
|
DiameterException(String msg, Throwable cause)Constructs a new DiameterException with the specified detail message and cause. |
|
DiameterException(Throwable cause)Constructs a new DiameterException with the specified cause and a detail message of (cause==null ? null : cause.toString()) |
|
| 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 DiameterException()
public DiameterException(String msg)
msg - the detail message
public DiameterException(String msg,
Throwable cause)
msg - the detail messagecause - the cause, or null if nonepublic DiameterException(Throwable cause)
(cause==null ? null : cause.toString())
cause - the cause, or null if none
|
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.