javax.xml.rpc
Class FactoryFinder.ConfigurationError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--javax.xml.rpc.FactoryFinder.ConfigurationError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FactoryFinder

static class FactoryFinder.ConfigurationError
extends java.lang.Error


Field Summary
 
Fields inherited from class java.lang.Error
 
Constructor Summary
(package private) FactoryFinder.ConfigurationError(java.lang.String msg, java.lang.Exception x)
          Construct a new instance with the specified detail string and exception.
 
Method Summary
(package private)  java.lang.Exception getException()
           
 
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

FactoryFinder.ConfigurationError

FactoryFinder.ConfigurationError(java.lang.String msg,
                                 java.lang.Exception x)
Construct a new instance with the specified detail string and exception.

Method Detail

getException

java.lang.Exception getException()