org.mobicents.slee.resource.lab.message
Class IncorrectRequestFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.slee.resource.lab.message.IncorrectRequestFormatException
All Implemented Interfaces:
java.io.Serializable

public class IncorrectRequestFormatException
extends java.lang.Exception

IncorrectRequestFormatException is thrown by com.maretzke.raframe.message.MessageParser if the information to parse does not follow the defined rules of a message.

Author:
Michael Maretzke
See Also:
Serialized Form

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

IncorrectRequestFormatException

public IncorrectRequestFormatException()

IncorrectRequestFormatException

public IncorrectRequestFormatException(java.lang.String reason)


Copyright © 2009. All Rights Reserved.