Class SentryEnvelopeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.sentry.exception.SentryEnvelopeException
All Implemented Interfaces:
Serializable

@Internal public final class SentryEnvelopeException extends Exception
Thrown when there was an issue reading/creating the envelope. Examples: Failed to read the file. The file path does not exist. The file exceed the limit in size.
See Also:
  • Constructor Details

    • SentryEnvelopeException

      public SentryEnvelopeException(@Nullable @Nullable String message)