AI-generated Key Takeaways
-
Attachment.UnsupportedAttachmentException is an exception thrown when an unsupported or unrecognized attachment is encountered.
-
This class extends the Exception class in Java.
-
It has a public constructor that takes a String argument representing the attachment.
-
It inherits methods from the java.lang.Throwable and java.lang.Object classes.
Exception thrown when an unsupported or unrecognized attachment is encountered.
Public Constructor Summary
|
UnsupportedAttachmentException(String attachment)
Constructor for the
Attachment.UnsupportedAttachmentException.
|
Inherited Method Summary
Public Constructors
public UnsupportedAttachmentException (String attachment)
Constructor for the
Attachment.UnsupportedAttachmentException.