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
See Also:
  • Constructor Details

    • PTCODataSerializerException

      public PTCODataSerializerException(String message)
      Supported API: true
      Parameters:
      message -
    • PTCODataSerializerException

      public PTCODataSerializerException(Exception e)
      Supported API: true
      Parameters:
      e -