com.ibutton.tmex.adapter
Class NeedExtraInfoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibutton.tmex.adapter.NeedExtraInfoException

public class NeedExtraInfoException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NeedExtraInfoException()
          Constructs a NeedExtraInfoException with no detail message.
NeedExtraInfoException(java.lang.String desc)
          Constructs a NeedExtraInfoException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeedExtraInfoException

public NeedExtraInfoException()
Constructs a NeedExtraInfoException with no detail message.

NeedExtraInfoException

public NeedExtraInfoException(java.lang.String desc)
Constructs a NeedExtraInfoException with the specified detail message.
Parameters:
desc - the detail message description