package org.verisign.joid;
/**
* For throwing RuntimeExceptions from joid.
*
* User: treeder
* Date: Dec 20, 2007
* Time: 12:41:14 PM
*/
public class OpenIdRuntimeException extends RuntimeException
{
public OpenIdRuntimeException(String s)
{
super(s);
}
}