Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.diameter
Class DiameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.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

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())

 

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

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.
Parameters:
msg - the detail message

DiameterException

public DiameterException(java.lang.String msg,
                         java.lang.Throwable cause)
Constructs a new DiameterException with the specified detail message and cause.
Parameters:
msg - the detail message
cause - the cause, or null if none

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())
Parameters:
cause - the cause, or null if none

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.