org.eclipse.stardust.engine.api.runtime
Class UserRealmExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.stardust.common.error.ApplicationException
                  extended by org.eclipse.stardust.common.error.PublicException
                      extended by org.eclipse.stardust.engine.api.runtime.UserRealmExistsException
All Implemented Interfaces:
Serializable

public class UserRealmExistsException
extends org.eclipse.stardust.common.error.PublicException

Thrown if another user realm with the specified id already exists.

Version:
$Revision$
Author:
sborn
See Also:
Serialized Form

Constructor Summary
UserRealmExistsException(String id)
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.common.error.ApplicationException
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserRealmExistsException

public UserRealmExistsException(String id)


Copyright © 2017 Eclipse Stardust. All Rights Reserved.