Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest
Class AccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.esri.gpt.control.webharvest.AccessException
All Implemented Interfaces:
Serializable

public class AccessException
extends IOException

Access exception.

See Also:
Serialized Form

Constructor Summary
AccessException(String msg, Access access)
          Constructs an instance of AccessException with the specified detail message.
AccessException(String msg, Throwable cause)
          Constructs an instance of AccessException with the specified detail message.
 
Method Summary
 Access getAccess()
          Gets access.
 
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

AccessException

public AccessException(String msg,
                       Access access)
Constructs an instance of AccessException with the specified detail message.

Parameters:
msg - the detail message.
access - access

AccessException

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

Parameters:
msg - the detail message.
cause - cause
Method Detail

getAccess

public Access getAccess()
Gets access.

Returns:
access or null if access information unavailable

Esri Geoportal Server
1.2.9

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