com.ibm.workplace.wcm.api.editions
Class EditionServiceNotAvailableException

java.lang.Object
  extended by ServiceNotAvailableException
      extended by com.ibm.workplace.wcm.api.editions.EditionServiceNotAvailableException

public class EditionServiceNotAvailableException
extends ServiceNotAvailableException

EditionServiceNotAvailableException thrown when the EditionService is not available


Field Summary
protected static java.lang.String COPYRIGHT
          copyright
 
Constructor Summary
EditionServiceNotAvailableException(java.lang.Exception p_cause)
          Constructs a EditionServiceNotAvailableException with the cause
 
Method Summary
 java.lang.String getDescription(java.util.Locale locale)
           
 ListModel<java.util.Locale> getLocales()
           
 java.lang.String getTitle(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

protected static final java.lang.String COPYRIGHT
copyright

Constructor Detail

EditionServiceNotAvailableException

public EditionServiceNotAvailableException(java.lang.Exception p_cause)
Constructs a EditionServiceNotAvailableException with the cause

Parameters:
p_cause - the cause of the exception.
Method Detail

getDescription

public java.lang.String getDescription(java.util.Locale locale)

getLocales

public ListModel<java.util.Locale> getLocales()

getTitle

public java.lang.String getTitle(java.util.Locale locale)