Package io.sentry.exception
Class SentryEnvelopeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.sentry.exception.SentryEnvelopeException
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public final class SentryEnvelopeException extends java.lang.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SentryEnvelopeException(@Nullable java.lang.String message)
-