com.jmrosengard.xmlbroker.javaipr
Class JavaIprException

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

public class JavaIprException
extends java.lang.Exception

Exception thrown when the service interface cannot be interpreted as such.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
JavaIprException(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

JavaIprException

public JavaIprException(java.lang.String msg)