xsbti
Class RetrieveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by xsbti.RetrieveException
All Implemented Interfaces:
java.io.Serializable

public final class RetrieveException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
RetrieveException(java.lang.String version, java.lang.String msg)
           
 
Method Summary
 java.lang.String version()
           
 
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
 

Constructor Detail

RetrieveException

public RetrieveException(java.lang.String version,
                         java.lang.String msg)
Method Detail

version

public java.lang.String version()