Build 1.0_r1(from source)

java.security
Class DigestException

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

public class DigestException
extends GeneralSecurityException

This class represents exceptions for message digest computation.

See Also:
Serialized Form

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

DigestException

public DigestException(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.

DigestException

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


DigestException

public DigestException(String message,
                       Throwable cause)

DigestException

public DigestException(Throwable cause)

Build 1.0_r1(from source)

Please submit a feedback, bug or feature