Esri Geoportal Server
1.0

com.esri.gpt.framework.context
Class ApplicationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.esri.gpt.framework.context.ApplicationRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, DatabaseException

public class ApplicationRuntimeException
extends RuntimeException

Super-class for application exceptions.

See Also:
Serialized Form

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

ApplicationRuntimeException

public ApplicationRuntimeException()
Default constructor.


ApplicationRuntimeException

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

Parameters:
msg - the error message

ApplicationRuntimeException

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

Parameters:
msg - the error message
cause - the cause

ApplicationRuntimeException

public ApplicationRuntimeException(Throwable cause)
Construct based upon a cause.

Parameters:
cause - the cause

Esri Geoportal Server
1.0

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