javax.microedition.ipdr
Class UnknownRequestException

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

public class UnknownRequestException
extends java.lang.Exception

Indicates an UnknownRequestException error

This class specifies an unknown request exceptional condition.

Version:
1.0
Author:
Shai Gotlib

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

UnknownRequestException

public UnknownRequestException()
Creates a new UnknownRequestException exception


UnknownRequestException

public UnknownRequestException(java.lang.String msg)
Creates a new UnknownRequestException exception with a message

Parameters:
msg - message