Class Servlet.Interface.AttachmentException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Servlet.Interface.AttachmentException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----SystemException
                           |
                           +----Servlet.Interface.AttachmentException

public class AttachmentException
extends SystemException

Constructor Index

 o Servlet.Interface.AttachmentException(int, String, String[])

Method Index

 o getMissingAttachments()

Constructors

 o AttachmentException
public AttachmentException(int status,
                           String ExceptionMessage,
                           String[] MissingAttachments)

Methods

 o getMissingAttachments
public java.lang.String[] getMissingAttachments()

All Packages  Class Hierarchy  This Package  Previous  Next  Index