com.ibm.workplace.wcm.api.exceptions
Class IdentityCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.workplace.wcm.api.exceptions.WCMException
              extended by com.ibm.workplace.wcm.api.exceptions.IdentityCreationException
All Implemented Interfaces:
Localized, java.io.Serializable

public class IdentityCreationException
extends WCMException

Thrown by IdentityBuilder when there is a problem converting identities.

Since:
8.5
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.workplace.wcm.api.exceptions.WCMException
ERR_APTRIX
 
Constructor Summary
IdentityCreationException(Localized p_localizedMessage)
          Constructor
IdentityCreationException(java.lang.String p_detail)
          Constructor
IdentityCreationException(java.lang.String p_detail, java.lang.Throwable p_cause)
          Constructor
IdentityCreationException(java.lang.Throwable p_cause)
          Constructor
 
Method Summary
 
Methods inherited from class com.ibm.workplace.wcm.api.exceptions.WCMException
getCause, getDescription, getErrorCode, getLocales, getMessage, getMessage, getTitle, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentityCreationException

public IdentityCreationException(Localized p_localizedMessage)
Constructor

Parameters:
p_localizedMessage -

IdentityCreationException

public IdentityCreationException(java.lang.String p_detail,
                                 java.lang.Throwable p_cause)
Constructor

Parameters:
p_detail -
p_cause -

IdentityCreationException

public IdentityCreationException(java.lang.String p_detail)
Constructor

Parameters:
p_detail -

IdentityCreationException

public IdentityCreationException(java.lang.Throwable p_cause)
Constructor

Parameters:
p_cause -