Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.diameter
Class DiameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.wcp.diameter.DiameterException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MessageException

public class DiameterException
extends java.lang.Exception

Base class for Diameter exception types.

See Also:
Serialized Form
Copyright © 2008 Oracle Corp. All Rights Reserved.

Constructor Summary
DiameterException()
          Constructs a new DiameterException with no detail message.
DiameterException(java.lang.String msg)
          Constructs a new DiameterException with the specified detail message.
DiameterException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a new DiameterException with the specified detail message and cause.
DiameterException(java.lang.Throwable cause)
          Constructs a new DiameterException with the specified cause and a detail message of (cause==null ? null : cause.toString())
 
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

DiameterException

public DiameterException()
Constructs a new DiameterException with no detail message.


DiameterException

public DiameterException(java.lang.String msg)
Constructs a new DiameterException with the specified detail message.


DiameterException

public DiameterException(java.lang.String msg,
                         java.lang.Throwable cause)
Constructs a new DiameterException with the specified detail message and cause.


DiameterException

public DiameterException(java.lang.Throwable cause)
Constructs a new DiameterException with the specified cause and a detail message of (cause==null ? null : cause.toString())


Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.