ProviderException


ProviderException java.security

Java 1.1 serializable unchecked

Signals that an exception has occurred inside a cryptographic service provider. Note that ProviderException extends RuntimeException and is therefore an unchecked exception that may be thrown from any method without being declared.

Figure 14-33. java.security.ProviderException

 public class  ProviderException  extends RuntimeException {  // Public Constructors  public  ProviderException  ( );  5.0  public  ProviderException  (Throwable  cause  );        public  ProviderException  (String  s  );  5.0  public  ProviderException  (String  message  , Throwable  cause  );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net