org.apache.axis
Class SerializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--org.apache.axis.AxisFault
                                |
                                +--org.apache.axis.SerializationException
All Implemented Interfaces:
java.io.Serializable

public class SerializationException
extends AxisFault

Author:
Russell Butek (butek@us.ibm.com)
See Also:
Serialized Form

Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultString
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
SerializationException(java.lang.String type, java.lang.Throwable t)
           
 
Methods inherited from class org.apache.axis.AxisFault
dump, getFaultActor, getFaultCode, getFaultDetails, getFaultString, output, setFaultActor, setFaultCode, setFaultCode, setFaultDetails, setFaultDetailsString, setFaultString, toString
 
Methods inherited from class java.rmi.RemoteException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializationException

public SerializationException(java.lang.String type,
                              java.lang.Throwable t)


Copyright © 2001 Apache XML Project. All Rights Reserved.