org.openmdx.kernel.exception
Class VersionMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openmdx.kernel.exception.VersionMismatchException
All Implemented Interfaces:
Serializable

public class VersionMismatchException
extends RuntimeException

This exeption is used to signal that a omponent can't be deployed with an incompatible library.

See Also:
Serialized Form

Constructor Summary
VersionMismatchException(String prefix, String actualVersion, String expectedVersion)
          Constructor
 
Method Summary
 
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

VersionMismatchException

public VersionMismatchException(String prefix,
                                String actualVersion,
                                String expectedVersion)
Constructor

Parameters:
prefix -
expectedVersion -
actualVersion -


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.