org.apache.jetspeed.services.urlmanager
Class ContentNotAvailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.jetspeed.services.urlmanager.ContentNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class ContentNotAvailableException
extends java.io.IOException

Thrown if a URL was requested but it is not in the Disk Cache.

Version:
$Id: ContentNotAvailableException.java,v 1.3 2004/02/23 03:30:47 jford Exp $
Author:
Kevin A. Burton
See Also:
Serialized Form

Field Summary
static java.lang.String MESSAGE
           
 
Constructor Summary
ContentNotAvailableException(java.lang.String url)
           
 
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
 

Field Detail

MESSAGE

public static final java.lang.String MESSAGE
See Also:
Constant Field Values
Constructor Detail

ContentNotAvailableException

public ContentNotAvailableException(java.lang.String url)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.