Esri Geoportal Server
1.2.9

com.esri.gpt.control.identity
Class SelfCareException

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
                  extended by com.esri.gpt.control.identity.SelfCareException
All Implemented Interfaces:
Serializable

public class SelfCareException
extends ApplicationRuntimeException

A selfcare related runtime naming exception.

See Also:
Serialized Form

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

SelfCareException

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

Parameters:
msg - the error message

SelfCareException

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

Parameters:
msg - the error message
cause - the cause

SelfCareException

public SelfCareException(Throwable cause)
Construct based upon an error message and a cause.

Parameters:
cause - the cause

Esri Geoportal Server
1.2.9

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