Esri Geoportal Server
1.0

com.esri.gpt.catalog.harvest.clients.exceptions
Class HRInvalidUrlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.gpt.framework.context.ApplicationException
              extended by com.esri.gpt.catalog.harvest.clients.exceptions.HRException
                  extended by com.esri.gpt.catalog.harvest.clients.exceptions.HRConnectionException
                      extended by com.esri.gpt.catalog.harvest.clients.exceptions.HRInvalidUrlException
All Implemented Interfaces:
Serializable

public class HRInvalidUrlException
extends HRConnectionException

Invalid URL exception. Thrown when URL required to make connection has invalid format.

See Also:
Serialized Form

Constructor Summary
HRInvalidUrlException(String msg)
          Constructs an instance of HRInvalidUrlException with the specified detail message.
HRInvalidUrlException(String msg, Throwable t)
          Constructs an instance of HRInvalidUrlException with the specified detail message and cause.
 
Method Summary
 
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
 

Constructor Detail

HRInvalidUrlException

public HRInvalidUrlException(String msg)
Constructs an instance of HRInvalidUrlException with the specified detail message.

Parameters:
msg - the detail message

HRInvalidUrlException

public HRInvalidUrlException(String msg,
                             Throwable t)
Constructs an instance of HRInvalidUrlException with the specified detail message and cause.

Parameters:
msg - the detail message
t - cause of the exceptio (stack trace)

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.