com.taserv.SMS
Class SMStateCanNotCopy

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

public class SMStateCanNotCopy
extends java.lang.Exception

Thrown if for any reason state data can not be copied to the target state

See Also:
Serialized Form

Field Summary
 SMStateIF sourceState
           
 SMStateIF targetState
           
 
Constructor Summary
SMStateCanNotCopy(SMStateIF sourceState, SMStateIF targetState)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sourceState

public SMStateIF sourceState

targetState

public SMStateIF targetState
Constructor Detail

SMStateCanNotCopy

public SMStateCanNotCopy(SMStateIF sourceState,
                         SMStateIF targetState)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2004 TAServ. All Rights Reserved.