All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ibm.optim.oaas.client.ServerExceptionData.html Maven / Gradle / Ivy

The newest version!






ServerExceptionData (Java Client for DOcplexcloud 1.0 API)











com.ibm.optim.oaas.client

Interface ServerExceptionData



  • public interface ServerExceptionData
    Remote exception data returned by the server. When an exception is raised by the remote server, additional information might be returned.
    • Method Detail

      • getCode

        String getCode()
        Returns the server-side exception code.
        Returns:
        The server-side exception code.
      • getMessage

        String getMessage()
        Returns the server-side exception message.
        Returns:
        The formatted server-side exception message.
      • getLocalizedMessage

        String getLocalizedMessage()
        Returns the server-side localized exception message.
        Returns:
        The localized formatted server-side exception message.
      • getExceptionclass

        String getExceptionclass()
        Returns the server-side exception class name.
        Returns:
        The server-side exception class name.
      • getParameters

        List<String> getParameters()
        Returns the list of parameters associated with the exception.
        Returns:
        A list of parameter strings.

Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy