Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.security
Class NoSuchAlgorithmException  view NoSuchAlgorithmException download NoSuchAlgorithmException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.security.GeneralSecurityException
              extended byjava.security.NoSuchAlgorithmException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchAlgorithmException
extends GeneralSecurityException

This exception is thrown when the requested security algorithm is not available


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
          Compatible with JDK 1.1+.
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NoSuchAlgorithmException()
          Create a new instance with no descriptive error message.
NoSuchAlgorithmException(java.lang.String msg)
          Create a new instance with a descriptive error message.
NoSuchAlgorithmException(java.lang.String s, java.lang.Throwable cause)
          Create a new instance with a descriptive error message and a cause.
NoSuchAlgorithmException(java.lang.Throwable cause)
          Create a new instance with a cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Compatible with JDK 1.1+.

See Also:
Constant Field Values
Constructor Detail

NoSuchAlgorithmException

public NoSuchAlgorithmException()
Create a new instance with no descriptive error message.


NoSuchAlgorithmException

public NoSuchAlgorithmException(java.lang.String msg)
Create a new instance with a descriptive error message.


NoSuchAlgorithmException

public NoSuchAlgorithmException(java.lang.String s,
                                java.lang.Throwable cause)
Create a new instance with a descriptive error message and a cause.

Since:
1.5

NoSuchAlgorithmException

public NoSuchAlgorithmException(java.lang.Throwable cause)
Create a new instance with a cause.

Since:
1.5