Build 1.0_r1(from source)

java.security
Class NoSuchProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.NoSuchProviderException
All Implemented Interfaces:
Serializable

public class NoSuchProviderException
extends GeneralSecurityException

Instances of this class are thrown when an attempt is made to access a provider by name which is not currently available.

See Also:
Throwable, Serialized Form

Constructor Summary
NoSuchProviderException()
          Constructs a new instance of this class with its walkback filled in.
NoSuchProviderException(String msg)
          Constructs a new instance of this class with its walkback and message filled in.
 
Method Summary
 
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
 

Constructor Detail

NoSuchProviderException

public NoSuchProviderException(String msg)
Constructs a new instance of this class with its walkback and message filled in.

Parameters:
msg - String The detail message for the exception.

NoSuchProviderException

public NoSuchProviderException()
Constructs a new instance of this class with its walkback filled in.


Build 1.0_r1(from source)

Please submit a feedback, bug or feature