Klasse LogUtil

java.lang.Object
de.dlr.proseo.api.prip.odata.LogUtil

public class LogUtil extends Object
Utility methods for logging and error reporting
Autor:
Dr. Thomas Bassler
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static org.apache.olingo.server.api.ODataServerError
    oDataServerError(int statusCode, String message)
    Create an ODataServerError object for the error response body from an HTTP status code and a message

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • LogUtil

      public LogUtil()
  • Methodendetails

    • oDataServerError

      public static org.apache.olingo.server.api.ODataServerError oDataServerError(int statusCode, String message)
      Create an ODataServerError object for the error response body from an HTTP status code and a message
      Parameter:
      statusCode - the HTTP status code to set
      message - the message to set
      Gibt zurück:
      the created ODataServerError