com.sun.n1.sps.client
Class ConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.n1.sps.model.util.ClientException
              extended by com.sun.n1.sps.client.ConversionException
All Implemented Interfaces:
java.io.Serializable

public class ConversionException
extends ClientException

A ConversionException results from a problem converting supplied arguments or converting the result.

See Also:
Serialized Form

Constructor Summary
ConversionException(java.lang.String inMessage, java.lang.Throwable inCause)
           
ConversionException(java.lang.Throwable inCause)
           
 
Method Summary
 
Methods inherited from class com.sun.n1.sps.model.util.ClientException
printStackTrace, printStackTrace, wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversionException

public ConversionException(java.lang.String inMessage,
                           java.lang.Throwable inCause)

ConversionException

public ConversionException(java.lang.Throwable inCause)