Tabnine Logo
IOException.getMessage
Code IndexAdd Tabnine to your IDE (free)

How to use
getMessage
method
in
java.io.IOException

Best Java code snippets using java.io.IOException.getMessage (Showing top 20 results out of 79,344)

Refine searchRefine arrow

  • InvalidProtocolBufferException.setUnfinishedMessage
  • InvalidProtocolBufferException.<init>
  • CodedInputStream.readTag
  • UnknownFieldSet.newBuilder
  • UnknownFieldSet.Builder.build
origin: alibaba/canal

int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: osmandapp/Osmand

 public DynamicMessage parsePartialFrom(
   CodedInputStream input,
   ExtensionRegistryLite extensionRegistry)
   throws InvalidProtocolBufferException {
  Builder builder = newBuilder(type);
  try {
   builder.mergeFrom(input, extensionRegistry);
  } catch (InvalidProtocolBufferException e) {
   throw e.setUnfinishedMessage(builder.buildPartial());
  } catch (IOException e) {
   throw new InvalidProtocolBufferException(e.getMessage())
     .setUnfinishedMessage(builder.buildPartial());
  }
  return builder.buildPartial();
 }
};
origin: alibaba/canal

int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
  props_ = java.util.Collections.unmodifiableList(props_);
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: alibaba/canal

int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
  props_ = java.util.Collections.unmodifiableList(props_);
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: alibaba/canal

int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
  props_ = java.util.Collections.unmodifiableList(props_);
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: stanfordnlp/CoreNLP

int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
  component_ = java.util.Collections.unmodifiableList(component_);
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: stanfordnlp/CoreNLP

int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
  factorTable_ = java.util.Collections.unmodifiableList(factorTable_);
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: stanfordnlp/CoreNLP

int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
  value_ = value_.getUnmodifiableView();
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: Graylog2/graylog2-server

int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: stanfordnlp/CoreNLP

int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
  data_ = java.util.Collections.unmodifiableList(data_);
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: apache/hbase

initFields();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: apache/hbase

initFields();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: apache/hbase

initFields();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: apache/hbase

initFields();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: apache/hbase

initFields();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: apache/hbase

initFields();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: apache/hbase

initFields();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: apache/hbase

initFields();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: apache/hbase

initFields();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
origin: apache/hbase

initFields();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  com.google.protobuf.UnknownFieldSet.newBuilder();
try {
 boolean done = false;
 while (!done) {
  int tag = input.readTag();
  switch (tag) {
   case 0:
 throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
 throw new com.google.protobuf.InvalidProtocolBufferException(
   e.getMessage()).setUnfinishedMessage(this);
} finally {
 this.unknownFields = unknownFields.build();
 makeExtensionsImmutable();
java.ioIOExceptiongetMessage

Popular methods of IOException

  • <init>
    Constructs a new instance of this class with its detail cause filled in.
  • printStackTrace
  • toString
  • initCause
  • getLocalizedMessage
  • getCause
  • getStackTrace
  • addSuppressed
  • setStackTrace
  • fillInStackTrace
  • getSuppressed
  • getSuppressed

Popular in Java

  • Reactive rest calls using spring rest template
  • setScale (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • getExternalFilesDir (Context)
  • Path (java.nio.file)
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Notification (javax.management)
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • CodeWhisperer 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