net.rim.blackberry.api.mail
Class FolderNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.rim.blackberry.api.mail.MessagingException
              extended by net.rim.blackberry.api.mail.FolderNotFoundException

public class FolderNotFoundException
extends MessagingException

Thrown by Folder methods when those methods are invoked on a non-existent folder.

Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 3.6.0

Field Summary
Category: Signed protected  String _folderName
          Name of the non-existent folder on which a method was invoked.
 
Constructor Summary
Category: Signed FolderNotFoundException(String folderName)
          Constructs a new FolderNotFoundException instance with provided folder name.
Category: Signed FolderNotFoundException(String folderName, String s)
          Constructs a new FolderNotFoundException instance with provided folder name and detail message.
 
Method Summary
Category: Signed  String getFolderName()
          Retrieves the name of the folder for which the exception was thrown.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Field Detail

_folderName

protected String _folderName
Name of the non-existent folder on which a method was invoked.

Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 3.6.0


Constructor Detail

FolderNotFoundException

public FolderNotFoundException(String folderName)
Constructs a new FolderNotFoundException instance with provided folder name.

Parameters:
folderName - Name of the non-existent folder.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 3.6.0

FolderNotFoundException

public FolderNotFoundException(String folderName,
                               String s)
Constructs a new FolderNotFoundException instance with provided folder name and detail message.

Parameters:
folderName - Name of the non-existent folder.
s - Detailed error message.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 3.6.0


Method Detail

getFolderName

public String getFolderName()
Retrieves the name of the folder for which the exception was thrown.

Returns:
Name of the offending folder.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 3.6.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal