Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.model
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.webservices.model.SerializationException

All Implemented Interfaces:
Serializable

public class SerializationException
extends Exception

This exception to returned by operations that perform either serialization or deserialization of the model.

See Also:
Serialized Form

Constructor Summary
SerializationException(Exception cause)
          Creates a new exception.

 

Method Summary

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SerializationException

public SerializationException(Exception cause)
Creates a new exception.
Parameters:
cause - The root cause of the exception. May not be null.

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.