com.bea.wli.bpm.runtime.versioning
Class VersionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.wli.bpm.runtime.versioning.VersionException
All Implemented Interfaces:
Serializable

public class VersionException
extends Exception

Handle exception specific to versioning configuration Causes such as:

Should raise a VersionException

See Also:
Serialized Form

Constructor Summary
VersionException(String msg)
           
VersionException(String msg, Throwable t)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionException

public VersionException(String msg)

VersionException

public VersionException(String msg,
                        Throwable t)
Method Detail

getMessage

public String getMessage()