codec.asn1
Class ResolverException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--codec.asn1.ASN1Exception
                    |
                    +--codec.asn1.ResolverException
All Implemented Interfaces:
Serializable

public class ResolverException
extends ASN1Exception

Thrown by resolvers if a problem is detected.

Version:
"$Id: ResolverException.java,v 1.2 2000/12/06 17:47:29 vroth Exp $"
Author:
Volker Roth
See Also:
Serialized Form

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

Constructor Detail

ResolverException

public ResolverException()

ResolverException

public ResolverException(String message)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.