org.jdiameter.common.api
Class DiameterRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdiameter.common.api.DiameterRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DiameterMessageNotValidException, JAvpNotAllowedException
public class DiameterRuntimeException
- extends java.lang.RuntimeException
Start time:11:29:56 2009-05-26
Project: diameter-parent
class just to declare some handy fields if needed.
- Author:
- Bartosz Baranowski , Alexandre Mendonca
- See Also:
- Serialized Form
| 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 |
DiameterRuntimeException
public DiameterRuntimeException()
DiameterRuntimeException
public DiameterRuntimeException(java.lang.String message)
- Parameters:
message -
DiameterRuntimeException
public DiameterRuntimeException(java.lang.Throwable cause)
- Parameters:
cause -
DiameterRuntimeException
public DiameterRuntimeException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
Copyright © 2009. All Rights Reserved.