org.apache.jetspeed.services.urlmanager
Class URLNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.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
|
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 |
MESSAGE
public static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
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.