javax.microedition.ipdr
Class RequestAlreadySentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.microedition.ipdr.RequestAlreadySentException
All Implemented Interfaces:
java.io.Serializable

public class RequestAlreadySentException
extends java.lang.Exception

Indicates a RequestAlreadySent error

This class specifies an exceptional condition occured whenever the same request is resent.

Version:
1.0
Author:
Shai Gotlib

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
RequestAlreadySentException()
          Create a new RequestAlreadySentException exception
RequestAlreadySentException(java.lang.String msg)
          Create a new RequestAlreadySentException exception with a message
 
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

RequestAlreadySentException

public RequestAlreadySentException()
Create a new RequestAlreadySentException exception


RequestAlreadySentException

public RequestAlreadySentException(java.lang.String msg)
Create a new RequestAlreadySentException exception with a message

Parameters:
msg - the message