Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest.protocol
Class ProtocolParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.gpt.control.webharvest.protocol.ProtocolParseException
All Implemented Interfaces:
Serializable

public class ProtocolParseException
extends Exception

Protocol parse exception.

See Also:
Serialized Form

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

ProtocolParseException

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

Parameters:
msg - the detail message.

ProtocolParseException

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

Parameters:
msg - the detail message.
cause - cause

Esri Geoportal Server
1.2.9

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