Package net.jini.url.httpmd
Class WrongMessageDigestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.jini.url.httpmd.WrongMessageDigestException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongMessageDigestException
Creates an instance with the specified detail message.- Parameters:
s- the detail message
-