Oracle Application Server Wireless Java API Reference
B14043-01


oracle.edge.common
Class MethodNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.edge.common.GeneralException
              extended byoracle.edge.common.MethodNotSupportedException

All Implemented Interfaces:
java.io.Serializable

public class MethodNotSupportedException
extends GeneralException

An exception indicating that current interface method is not supported due to a particular limitation from hardware. This can be applied to a device driver, a reader etc.

See Also:
Serialized Form

Constructor Summary
MethodNotSupportedException()
Default constructor.
MethodNotSupportedException(long ErrorCode)
Constructor with specified error code.
MethodNotSupportedException(long ErrorCode, java.lang.String Description)
Constructor with specified error code and error description.
MethodNotSupportedException(java.lang.String Description)
Constructor with specified error code.

Method Summary
java.lang.String getVersion()
Get version string if any.
void setVersion(java.lang.String Version)
Set version string .

Methods inherited from class oracle.edge.common.GeneralException
getErrorCode, setErrorCode

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

MethodNotSupportedException

public MethodNotSupportedException()
Default constructor.

MethodNotSupportedException

public MethodNotSupportedException(long ErrorCode)
Constructor with specified error code.
Parameters:
ErrorCode - specified error code.

MethodNotSupportedException

public MethodNotSupportedException(long ErrorCode,
                                   java.lang.String Description)
Constructor with specified error code and error description.
Parameters:
ErrorCode - specified error code.
Description - specified error description.

MethodNotSupportedException

public MethodNotSupportedException(java.lang.String Description)
Constructor with specified error code.
Parameters:
Description - specified error description.

Method Detail

getVersion

public java.lang.String getVersion()
Get version string if any.
Returns:
version string.

setVersion

public void setVersion(java.lang.String Version)
Set version string .
Parameters:
Version - version string.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.