Tabnine Logo
ServiceException.setErrorHostId
Code IndexAdd Tabnine to your IDE (free)

How to use
setErrorHostId
method
in
org.jets3t.service.ServiceException

Best Java code snippets using org.jets3t.service.ServiceException.setErrorHostId (Showing top 2 results out of 315)

origin: net.java.dev.jets3t/jets3t

public ServiceException getServiceException() {
  String fullMessage = message
    + ": PartNumber=" + partNumber
    + ", MinSizeAllowed=" + minSizeAllowed
    + ", ProposedSize=" + proposedSize
    + ", ETag=" + etag;
  ServiceException e = new ServiceException(fullMessage);
  e.setErrorCode(code);
  e.setErrorMessage(message);
  e.setErrorHostId(hostId);
  e.setErrorRequestId(requestId);
  return e;
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.jets3t

public ServiceException getServiceException() {
  String fullMessage = message
    + ": PartNumber=" + partNumber
    + ", MinSizeAllowed=" + minSizeAllowed
    + ", ProposedSize=" + proposedSize
    + ", ETag=" + etag;
  ServiceException e = new ServiceException(fullMessage);
  e.setErrorCode(code);
  e.setErrorMessage(message);
  e.setErrorHostId(hostId);
  e.setErrorRequestId(requestId);
  return e;
}
org.jets3t.serviceServiceExceptionsetErrorHostId

Javadoc

Set the exception's host ID; for internal use only.

Popular methods of ServiceException

  • getMessage
  • getCause
  • getErrorCode
  • getErrorMessage
  • <init>
    Create a service exception that includes an underlying cause exception.
  • getResponseCode
  • getResponseHeaders
  • getResponseStatus
  • printStackTrace
  • setErrorCode
    Set the exception's error code; for internal use only.
  • setErrorMessage
    Set the exception's error message; for internal use only.
  • findXmlElementText
  • setErrorMessage,
  • findXmlElementText,
  • getRequestHost,
  • getRequestPath,
  • getRequestVerb,
  • getResponseDate,
  • getXmlMessage,
  • getXmlMessageAsBuilder,
  • isParsedFromXmlMessage,
  • parseXmlMessage

Popular in Java

  • Updating database using SQL prepared statement
  • setRequestProperty (URLConnection)
  • getApplicationContext (Context)
  • requestLocationUpdates (LocationManager)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • JTable (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now