Esri Geoportal Server
1.0

com.esri.gpt.catalog.harvest.repository
Class HrDuplicatedUrlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.gpt.catalog.harvest.repository.HrDuplicatedUrlException
All Implemented Interfaces:
Serializable

public class HrDuplicatedUrlException
extends Exception

Exception signalizing duplicated URL.

See Also:
Serialized Form

Constructor Summary
HrDuplicatedUrlException()
          Creates a new instance of HrDuplicatedUrlException without detail message.
HrDuplicatedUrlException(String msg)
          Constructs an instance of HrDuplicatedUrlException with the specified detail message.
HrDuplicatedUrlException(String msg, Throwable t)
          Constructs an instance of HrDuplicatedUrlException with the specified detail message.
 
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

HrDuplicatedUrlException

public HrDuplicatedUrlException()
Creates a new instance of HrDuplicatedUrlException without detail message.


HrDuplicatedUrlException

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

Parameters:
msg - the detail message.

HrDuplicatedUrlException

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

Parameters:
msg - the detail message.
t - cause

Esri Geoportal Server
1.0

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