org.ow2.orchestra.facade.exception
Class IncompatibleWSDLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.orchestra.facade.exception.OrchestraRuntimeException
                  extended by org.ow2.orchestra.facade.exception.DeploymentException
                      extended by org.ow2.orchestra.facade.exception.IncompatibleWSDLException
All Implemented Interfaces:
Serializable

public class IncompatibleWSDLException
extends DeploymentException

Exception launched when deployed web service definition and new version definition are not compatible.

Author:
Goulven Le Jeune
See Also:
Serialized Form

Constructor Summary
IncompatibleWSDLException(String message)
           
 
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

IncompatibleWSDLException

public IncompatibleWSDLException(String message)
Parameters:
message - Code of the comparison error


Copyright © 2011 OW2 Consortium. All Rights Reserved.