org.jdiameter.common.impl.validation
Class JAvpNotAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jdiameter.common.api.DiameterRuntimeException
                  extended by org.jdiameter.common.impl.validation.JAvpNotAllowedException
All Implemented Interfaces:
java.io.Serializable

public class JAvpNotAllowedException
extends DiameterRuntimeException

Start time:12:10:24 2009-05-26
Project: diameter-parent

Author:
Bartosz Baranowski , Alexandre Mendonca
See Also:
Serialized Form

Constructor Summary
JAvpNotAllowedException(int code, long vendor)
           
JAvpNotAllowedException(java.lang.String message, int code, long vendor)
           
JAvpNotAllowedException(java.lang.String message, java.lang.Throwable cause, int code, long vendor)
           
JAvpNotAllowedException(java.lang.Throwable cause, int code, long vendor)
           
 
Method Summary
 int getAvpCode()
           
 long getVendorId()
           
 
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

JAvpNotAllowedException

public JAvpNotAllowedException(int code,
                               long vendor)

JAvpNotAllowedException

public JAvpNotAllowedException(java.lang.String message,
                               int code,
                               long vendor)
Parameters:
message -

JAvpNotAllowedException

public JAvpNotAllowedException(java.lang.Throwable cause,
                               int code,
                               long vendor)
Parameters:
cause -

JAvpNotAllowedException

public JAvpNotAllowedException(java.lang.String message,
                               java.lang.Throwable cause,
                               int code,
                               long vendor)
Parameters:
message -
cause -
Method Detail

getAvpCode

public int getAvpCode()

getVendorId

public long getVendorId()


Copyright © 2009. All Rights Reserved.