Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 14. java.security and Subpackages > NoSuchAlgorithmException

NoSuchAlgorithmException

Signals that a requested cryptographic algorithm is not available. Thrown by getInstance( ) factory methods throughout the java.security package.

Figure 14-25. java.security.NoSuchAlgorithmException


public class NoSuchAlgorithmException extends GeneralSecurityException {
// Public Constructors
     public NoSuchAlgorithmException( );  
5.0  public NoSuchAlgorithmException(Throwable cause);  
     public NoSuchAlgorithmException(String msg);  
5.0  public NoSuchAlgorithmException(String message, Throwable cause);  
}


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


  
  • Safari Books Online
  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint