SilverStream
Application Server 3.5

com.sssw.rt.util
Class AgoVersionUnsupportedException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.rt.util.AgoException
                   |
                   +--com.sssw.rt.util.AgoVersionUnsupportedException
All Implemented Interfaces:
AgiParentedException, Serializable

public class AgoVersionUnsupportedException
extends AgoException

AgoVersionUnsupportedException

See Also:
Serialized Form

Constructor Summary
AgoVersionUnsupportedException()
          AgoVersionUnsupportedException constructor
AgoVersionUnsupportedException(com.sssw.rt.util.AgoRsrcMgr rsrcMgr, int msgid)
          AgoVersionUnsupportedException constructor
AgoVersionUnsupportedException(String reason)
          AgoVersionUnsupportedException constructor
AgoVersionUnsupportedException(Throwable e, com.sssw.rt.util.AgoRsrcMgr rsrcMgr, int msgid, String arg1, String arg2)
          AgoVersionUnsupportedException constructor
AgoVersionUnsupportedException(Throwable parent, String message)
          AgoVersionUnsupportedException constructor
 
Method Summary
 com.sssw.rt.util.AgVersionNumber getPreferredVersionNumber()
          getPreferredVersionNumber
 void setPreferredVersionNumber(com.sssw.rt.util.AgVersionNumber verNo)
          setPreferredVersionNumber
 
Methods inherited from class com.sssw.rt.util.AgoException
copyTo, getExceptionHTML, getExceptionMessage, getExceptionMessage, getHTML, getMessage, getMessage, getParentException, printStackTrace, printStackTrace, printStackTrace, setHTML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods implemented from interface com.sssw.rt.util.AgiParentedException
getExceptionParent
 

Constructor Detail

AgoVersionUnsupportedException

public AgoVersionUnsupportedException(String reason)
AgoVersionUnsupportedException constructor
Parameters:
reason - a string

AgoVersionUnsupportedException

public AgoVersionUnsupportedException()
AgoVersionUnsupportedException constructor

AgoVersionUnsupportedException

public AgoVersionUnsupportedException(Throwable parent,
                                      String message)
AgoVersionUnsupportedException constructor

AgoVersionUnsupportedException

public AgoVersionUnsupportedException(com.sssw.rt.util.AgoRsrcMgr rsrcMgr,
                                      int msgid)
AgoVersionUnsupportedException constructor

AgoVersionUnsupportedException

public AgoVersionUnsupportedException(Throwable e,
                                      com.sssw.rt.util.AgoRsrcMgr rsrcMgr,
                                      int msgid,
                                      String arg1,
                                      String arg2)
AgoVersionUnsupportedException constructor
Method Detail

setPreferredVersionNumber

public void setPreferredVersionNumber(com.sssw.rt.util.AgVersionNumber verNo)
setPreferredVersionNumber

getPreferredVersionNumber

public com.sssw.rt.util.AgVersionNumber getPreferredVersionNumber()
getPreferredVersionNumber

SilverStream
Application Server 3.5