javax.xml.rpc
Class JAXRPCException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.xml.rpc.JAXRPCException
All Implemented Interfaces:
java.io.Serializable

public class JAXRPCException
extends java.lang.Exception

The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate exceptions related to the JAX-RPC runtime mechanisms. A JAXRPCException is mapped to a java.rmi.RemoteException if the former is thrown during the processing of a remote method invocation.

Version:
0.1
See Also:
Serialized Form

Constructor Summary
JAXRPCException()
          Constructs a new exception with null as its detail message.
JAXRPCException(java.lang.String exp)
          Constructs a new exception with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAXRPCException

public JAXRPCException()
Constructs a new exception with null as its detail message.

JAXRPCException

public JAXRPCException(java.lang.String exp)
Constructs a new exception with the specified detail message.
Parameters:
exp -  


Copyright © 2001 Apache XML Project. All Rights Reserved.