com.ibm.diameter.ro.exception
Class RoParameterValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.ibm.diameter.ro.exception.RoParameterValidationException
All Implemented Interfaces:
java.io.Serializable

public class RoParameterValidationException
extends java.io.IOException

The RoParameterValidationException is thrown when an error is encountered while trying to validate the parameters of an incoming Ro web service request to subscribeCCReAuth or unsubscribeCCReAuth.

See Also:
Serialized Form

Constructor Summary
RoParameterValidationException()
           
RoParameterValidationException(java.lang.String s)
           
 
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

RoParameterValidationException

public RoParameterValidationException()

RoParameterValidationException

public RoParameterValidationException(java.lang.String s)


Copyright © 2006 IBM Corp. All Rights Reserved.