Package com.ptc.odata.core.serializer
Class PTCODataSerializerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.commons.api.ex.ODataException
org.apache.olingo.server.api.ODataLibraryException
org.apache.olingo.server.api.serializer.SerializerException
com.ptc.odata.core.serializer.PTCODataSerializerException
- All Implemented Interfaces:
Serializable
public final class PTCODataSerializerException
extends org.apache.olingo.server.api.serializer.SerializerException
Wrapper around Olingo's SerializerException.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.olingo.server.api.serializer.SerializerException
org.apache.olingo.server.api.serializer.SerializerException.MessageKeysNested classes/interfaces inherited from class org.apache.olingo.server.api.ODataLibraryException
org.apache.olingo.server.api.ODataLibraryException.MessageKey, org.apache.olingo.server.api.ODataLibraryException.ODataErrorMessage -
Field Summary
Fields inherited from class org.apache.olingo.server.api.ODataLibraryException
DEFAULT_SERVER_BUNDLE_NAME -
Constructor Summary
ConstructorsConstructorDescriptionSupported API: truePTCODataSerializerException(String message) Supported API: true -
Method Summary
Methods inherited from class org.apache.olingo.server.api.serializer.SerializerException
getBundleNameMethods inherited from class org.apache.olingo.server.api.ODataLibraryException
getLocalizedMessage, getMessageKey, getTranslatedMessage, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PTCODataSerializerException
Supported API: true- Parameters:
message-
-
PTCODataSerializerException
Supported API: true- Parameters:
e-
-