weblogic.xml.schema.binding
Class DeserializationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           weblogic.utils.NestedException
weblogic.utils.NestedException
               weblogic.xml.schema.binding.DeserializationException
weblogic.xml.schema.binding.DeserializationException
- All Implemented Interfaces: 
- Serializable, weblogic.utils.NestedThrowable
- public class DeserializationException 
- extends weblogic.utils.NestedException
A DeserializationException is thrown if an error
 occurs during deserializtion.
- See Also:
- Serialized Form
 
| Nested classes/interfaces inherited from interface weblogic.utils.NestedThrowable | 
| weblogic.utils.NestedThrowable.Util | 
 
 
| Fields inherited from class weblogic.utils.NestedException | 
| nested | 
 
 
 
| Methods inherited from class weblogic.utils.NestedException | 
| getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString | 
 
 
 
DeserializationException
public DeserializationException()
- Constructs a DeserializationExceptionwith no
 specified detail message.
 
DeserializationException
public DeserializationException(String s)
- Constructs a DeserializationExceptionwith the
 specified detail message.
 
- Parameters:
- s- the detail message
 
DeserializationException
public DeserializationException(String s,
                                Throwable t)
- Constructs a DeserializationExceptionwith the
 specified detail message and the nested error respresented by t.
 
- Parameters:
- s- the detail message
- t- the nested error
 
DeserializationException
public DeserializationException(Throwable t)
- Constructs a DeserializationExceptionwith the
 nested error respresented by t.
 
- Parameters:
- s- the detail message
- t- the nested error