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

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

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

origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.jets3t

/**
 * Create a service exception that includes a specific message, an optional XML error
 * document returned by service, and an optional underlying cause exception.
 *
 * @param message
 * @param xmlMessage
 * @param cause
 */
public ServiceException(String message, String xmlMessage, Throwable cause) {
  super(message, cause);
  if (xmlMessage != null) {
    parseXmlMessage(xmlMessage);
  }
  MxDelegate.getInstance().registerS3ServiceExceptionEvent(getErrorCode());
}
origin: net.java.dev.jets3t/jets3t

/**
 * Create a service exception that includes a specific message, an optional XML error
 * document returned by service, and an optional underlying cause exception.
 *
 * @param message
 * @param xmlMessage
 * @param cause
 */
public ServiceException(String message, String xmlMessage, Throwable cause) {
  super(message, cause);
  if (xmlMessage != null) {
    parseXmlMessage(xmlMessage);
  }
  MxDelegate.getInstance().registerS3ServiceExceptionEvent(getErrorCode());
}
org.jets3t.serviceServiceExceptionparseXmlMessage

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

Popular in Java

  • Making http requests using okhttp
  • setRequestProperty (URLConnection)
  • getExternalFilesDir (Context)
  • setScale (BigDecimal)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • JOptionPane (javax.swing)
  • Best plugins for Eclipse
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