|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.esri.gpt.catalog.harvest.repository.HrDuplicatedUrlException
public class HrDuplicatedUrlException
Exception signalizing duplicated URL.
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 |
---|
public HrDuplicatedUrlException()
HrDuplicatedUrlException
without detail message.
public HrDuplicatedUrlException(String msg)
HrDuplicatedUrlException
with the specified detail message.
msg
- the detail message.public HrDuplicatedUrlException(String msg, Throwable t)
HrDuplicatedUrlException
with the specified detail message.
msg
- the detail message.t
- cause
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |