Class IDMError

java.lang.Object
org.opendaylight.aaa.api.model.IDMError

public class IDMError extends Object
  • Constructor Details

    • IDMError

      public IDMError()
    • IDMError

      public IDMError(int statusCode, String msg, String msgDetails)
    • IDMError

      public IDMError(int statusCode, String msg)
  • Method Details

    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String msg)
    • setDetails

      public void setDetails(String details)
    • response

      public javax.ws.rs.core.Response response()