com.jmrosengard.xmlbroker.deploy
Class DeployException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jmrosengard.xmlbroker.deploy.DeployException
All Implemented Interfaces:
java.io.Serializable

public class DeployException
extends java.lang.Exception

Exception thrown when at least one of the interfaces specified in the deployment descriptor is either not found or is not a valid.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DeployException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DeployException

public DeployException(java.lang.String msg)