weblogic.xml.schema.binding
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
weblogic.utils.NestedException
weblogic.xml.schema.binding.SerializationException
- All Implemented Interfaces:
- Serializable, weblogic.utils.NestedThrowable
public class SerializationException
- extends weblogic.utils.NestedException
A SerializationException is thrown if an error occurs
during serializtion.
- 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 |
SerializationException
public SerializationException()
- Constructs a
SerializationException with no
specified detail message.
SerializationException
public SerializationException(String s)
- Constructs a
SerializationException with the
specified detail message.
- Parameters:
s - the detail message
SerializationException
public SerializationException(String s,
Throwable t)
- Constructs a
SerializationException with the
specified detail message and the nested error respresented by t.
- Parameters:
s - the detail messaget - the nested error
SerializationException
public SerializationException(Throwable t)
- Constructs a
SerializationException with the
nested error respresented by t.
- Parameters:
s - the detail messaget - the nested error