org.mitre.jsip.util
Class DigestAuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mitre.jsip.util.DigestAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class DigestAuthenticationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DigestAuthenticationException()
           
DigestAuthenticationException(java.lang.String e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DigestAuthenticationException

public DigestAuthenticationException()

DigestAuthenticationException

public DigestAuthenticationException(java.lang.String e)