net.jini.url.httpmd
Class WrongMessageDigestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bynet.jini.url.httpmd.WrongMessageDigestException
All Implemented Interfaces:
Serializable

public class WrongMessageDigestException
extends IOException

Thrown when the message digest for data retrieved from an HTTPMD URL does not match the value specified in the URL.

Since:
2.0
Author:
Sun Microsystems, Inc.
See Also:
Handler, Serialized Form

Constructor Summary
WrongMessageDigestException(String s)
          Creates an instance with the specified detail message.
 
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

WrongMessageDigestException

public WrongMessageDigestException(String s)
Creates an instance with the specified detail message.

Parameters:
s - the detail message


Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.