public class ObjectTypeNotExpectedException extends ObjectDeserializationException
| Constructor and Description |
|---|
ObjectTypeNotExpectedException() |
ObjectTypeNotExpectedException(String message) |
ObjectTypeNotExpectedException(String expectedType,
String encounteredType) |
ObjectTypeNotExpectedException(String expectedType,
String encounteredType,
Throwable cause) |
ObjectTypeNotExpectedException(String message,
Throwable cause) |
ObjectTypeNotExpectedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectTypeNotExpectedException()
public ObjectTypeNotExpectedException(String message)
public ObjectTypeNotExpectedException(String expectedType, String encounteredType)
public ObjectTypeNotExpectedException(Throwable cause)
public ObjectTypeNotExpectedException(String message, Throwable cause)
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.