ArcGIS Server Geoportal extension
10

com.esri.gpt.control.csw.inbound202
Class PublicationException

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.control.csw.inbound202.PublicationException
All Implemented Interfaces:
Serializable

public class PublicationException
extends ApplicationException

A discovery related exception.

See Also:
Serialized Form

Constructor Summary
PublicationException(String msg)
          Construct based upon an error message.
PublicationException(String msg, Throwable cause)
          Construct based upon an error message and a 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

PublicationException

public PublicationException(String msg)
Construct based upon an error message.

Parameters:
msg - the error message

PublicationException

public PublicationException(String msg,
                            Throwable cause)
Construct based upon an error message and a cause.

Parameters:
msg - the error message
cause - the cause

ArcGIS Server Geoportal extension
10

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