exception
Class SimException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byexception.SimException
All Implemented Interfaces:
java.io.Serializable

public class SimException
extends java.lang.Exception

Thrown to indicate that there is an error in the communication with the SIM card

Since:
01.feb.2006
Author:
Lars Lunde, Audun Wangensteen
See Also:
Serialized Form

Constructor Summary
SimException(java.lang.String message)
          Constructs a new SimException with the specified detail 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimException

public SimException(java.lang.String message)
Constructs a new SimException with the specified detail message.

Parameters:
message - the detailed message