org.apache.axis2.transport.sms
Class InvalidMessageFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.axis2.transport.sms.InvalidMessageFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMessageFormatException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InvalidMessageFormatException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessageToSendBack()
           
 
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

InvalidMessageFormatException

public InvalidMessageFormatException(java.lang.String message)
Parameters:
message - that need to be send back to the sender reporing his error
Method Detail

getMessageToSendBack

public java.lang.String getMessageToSendBack()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.