atg.multisite
Class ProfileRealmManager.ProfileRealmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.repository.RepositoryException
                  extended by atg.multisite.ProfileRealmManager.ProfileRealmException
All Implemented Interfaces:
ContainableException, java.io.Serializable
Enclosing class:
ProfileRealmManager

public class ProfileRealmManager.ProfileRealmException
extends RepositoryException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class atg.repository.RepositoryException
CLASS_VERSION
 
Constructor Summary
ProfileRealmManager.ProfileRealmException(java.lang.String pError)
           
ProfileRealmManager.ProfileRealmException(java.lang.String pError, boolean pUIErrorOnly)
           
 
Method Summary
 java.lang.String[] getErrorStrings()
           
 boolean isUIErrorOnly()
           
 void setErrorStrings(java.lang.String[] pErrorStrings)
           
 void setUIErrorOnly(boolean pUIErrorOnly)
           
 
Methods inherited from class atg.repository.RepositoryException
getId, getItemDescriptorName, setId, setItemDescriptorName
 
Methods inherited from class atg.core.exception.ContainerException
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileRealmManager.ProfileRealmException

public ProfileRealmManager.ProfileRealmException(java.lang.String pError)

ProfileRealmManager.ProfileRealmException

public ProfileRealmManager.ProfileRealmException(java.lang.String pError,
                                                 boolean pUIErrorOnly)
Method Detail

setUIErrorOnly

public void setUIErrorOnly(boolean pUIErrorOnly)

isUIErrorOnly

public boolean isUIErrorOnly()

setErrorStrings

public void setErrorStrings(java.lang.String[] pErrorStrings)

getErrorStrings

public java.lang.String[] getErrorStrings()