org.apache.jetspeed.services.urlmanager
Class URLNotAvailableException

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

public class URLNotAvailableException
extends java.io.IOException

Thrown if a URL is not available becuase it is in the BadURLManager.

Note that this extends java.io.IOException so that it is compatible with existing IO code.

Version:
$Id: URLNotAvailableException.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
URLNotAvailableException(java.lang.String url)
           
URLNotAvailableException(java.lang.String reason, 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

URLNotAvailableException

public URLNotAvailableException(java.lang.String reason,
                                java.lang.String url)

URLNotAvailableException

public URLNotAvailableException(java.lang.String url)


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