com.taserv.SMS
Class SMStateNotFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.taserv.SMS.SMStateNotFound
All Implemented Interfaces:
java.io.Serializable

public class SMStateNotFound
extends java.lang.Exception

Thrown if a state or state ID was not found

See Also:
Serialized Form

Field Summary
 SMStateIF state
           
 java.lang.Enum stateID
           
 
Constructor Summary
SMStateNotFound(java.lang.Enum stateID)
           
SMStateNotFound(SMStateIF state)
           
 
Method Summary
 
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
 

Field Detail

state

public SMStateIF state

stateID

public java.lang.Enum stateID
Constructor Detail

SMStateNotFound

public SMStateNotFound(SMStateIF state)

SMStateNotFound

public SMStateNotFound(java.lang.Enum stateID)


Copyright © 2004 TAServ. All Rights Reserved.