Attachment.UnsupportedAttachmentException

  • 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.

public static class Attachment.UnsupportedAttachmentException extends Exception

Exception thrown when an unsupported or unrecognized attachment is encountered.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UnsupportedAttachmentException (String attachment)