com.esri.core.portal
Class PortalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.core.portal.PortalException
All Implemented Interfaces:
Serializable

public class PortalException
extends Exception

This class encapsulates exceptions that may be raised when communicating with a Portal.

See Also:
Serialized Form

Method Summary
 String getMessage()
          Returns the message of this PortalException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public String getMessage()
Returns the message of this PortalException.

Overrides:
getMessage in class Throwable
Returns:
the exception message


Copyright © 2012. All Rights Reserved.