com.sap.nw.kmc.readonly

Class ReadOnlyModeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sapportals.wcm.WcmException
              extended by com.sapportals.wcm.util.content.ContentException
                  extended by com.sapportals.wcm.repository.ResourceException
                      extended by com.sap.nw.kmc.readonly.ReadOnlyModeException
All Implemented Interfaces:
com.sap.nw.kmc.readonly.api.IReadOnlyException, Serializable

public class ReadOnlyModeException
extends ResourceException
implements com.sap.nw.kmc.readonly.api.IReadOnlyException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sapportals.wcm.WcmException
ex
 
Constructor Summary
ReadOnlyModeException()
          Constructs a new exception
ReadOnlyModeException(boolean log)
          Constructs a new exception
ReadOnlyModeException(Exception ex)
          Constructs a new exception
ReadOnlyModeException(Exception ex, boolean log)
          Constructs a new exception
ReadOnlyModeException(ResourceException newResourceException)
          This constructor is used by the framework to use this exception as a wrapper for a new exception class of the repository manager API.
ReadOnlyModeException(RID resourceID)
          Constructs a new exception
ReadOnlyModeException(RID resourceID, boolean log)
          Constructs a new exception
ReadOnlyModeException(String msg)
          Constructs a new exception
ReadOnlyModeException(String msg, boolean log)
          Constructs a new exception
ReadOnlyModeException(String msg, Exception ex)
          Constructs a new exception
ReadOnlyModeException(String msg, Exception ex, boolean log)
          Constructs a new exception
ReadOnlyModeException(String msg, RID resourceID)
          Constructs a new exception
ReadOnlyModeException(String msg, RID resourceID, boolean log)
          Constructs a new exception
ReadOnlyModeException(String msg, RID resourceID, Exception ex)
          Constructs a new exception
ReadOnlyModeException(String msg, RID resourceID, Exception ex, boolean log)
          Constructs a new exception
ReadOnlyModeException(String msg, URI resourceID)
          Deprecated. as of NW04.
ReadOnlyModeException(String msg, URI resourceID, boolean log)
          Deprecated. as of NW04.
ReadOnlyModeException(String msg, URI resourceID, Exception ex)
          Deprecated. as of NW04.
ReadOnlyModeException(String msg, URI resourceID, Exception ex, boolean log)
          Deprecated. as of NW04.
ReadOnlyModeException(URI resourceID)
          Deprecated. as of NW04.
ReadOnlyModeException(URI resourceID, boolean log)
          Deprecated. as of NW04.
 
Method Summary
 
Methods inherited from class com.sapportals.wcm.repository.ResourceException
fillInStackTrace, getLocalizedMessage, getMessage, getNextResourceException, getResourceID, getRID, printStackTrace, printStackTrace, printStackTrace, setNextResourceException, toString
 
Methods inherited from class com.sapportals.wcm.WcmException
getContainedException, isLogged, setContainedException
 
Methods inherited from class java.lang.Throwable
getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyModeException

public ReadOnlyModeException(ResourceException newResourceException)
This constructor is used by the framework to use this exception as a wrapper for a new exception class of the repository manager API.

Parameters:
newResourceException - The new exception.

ReadOnlyModeException

public ReadOnlyModeException()
Constructs a new exception


ReadOnlyModeException

public ReadOnlyModeException(boolean log)
Constructs a new exception

Parameters:
log - If true the stack trace will be written to the error log.

ReadOnlyModeException

public ReadOnlyModeException(URI resourceID)
Deprecated. as of NW04.

Parameters:
resourceID -

ReadOnlyModeException

public ReadOnlyModeException(RID resourceID)
Constructs a new exception

Parameters:
resourceID - The ID of the resource this exception belongs to

ReadOnlyModeException

public ReadOnlyModeException(URI resourceID,
                             boolean log)
Deprecated. as of NW04.

Parameters:
resourceID -
log -

ReadOnlyModeException

public ReadOnlyModeException(RID resourceID,
                             boolean log)
Constructs a new exception

Parameters:
resourceID - The ID of the resource this exception belongs to
log - If true the stack trace will be written to the error log.

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             URI resourceID)
Deprecated. as of NW04.

Parameters:
msg -
resourceID -

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             RID resourceID)
Constructs a new exception

Parameters:
msg - The messsage text
resourceID - The ID of the resource this exception belongs to

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             URI resourceID,
                             boolean log)
Deprecated. as of NW04.

Parameters:
msg -
resourceID -
log -

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             RID resourceID,
                             boolean log)
Constructs a new exception

Parameters:
msg - The messsage text
resourceID - The ID of the resource this exception belongs to
log - If true the stack trace will be written to the error log.

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             URI resourceID,
                             Exception ex)
Deprecated. as of NW04.

Parameters:
msg -
resourceID -
ex -

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             RID resourceID,
                             Exception ex)
Constructs a new exception

Parameters:
msg - The messsage text
resourceID - The ID of the resource this exception belongs to
ex - The contained exception

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             URI resourceID,
                             Exception ex,
                             boolean log)
Deprecated. as of NW04.

Parameters:
msg -
resourceID -
ex -
log -

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             RID resourceID,
                             Exception ex,
                             boolean log)
Constructs a new exception

Parameters:
msg - The messsage text
resourceID - The ID of the resource this exception belongs to
ex - The contained exception
log - If true the stack trace will be written to the error log.

ReadOnlyModeException

public ReadOnlyModeException(String msg)
Constructs a new exception

Parameters:
msg - The messsage text

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             boolean log)
Constructs a new exception

Parameters:
msg - The messsage text
log - If true the stack trace will be written to the error log.

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             Exception ex)
Constructs a new exception

Parameters:
msg - The messsage text
ex - The contained exception

ReadOnlyModeException

public ReadOnlyModeException(String msg,
                             Exception ex,
                             boolean log)
Constructs a new exception

Parameters:
msg - The messsage text
ex - The contained exception
log - If true the stack trace will be written to the error log.

ReadOnlyModeException

public ReadOnlyModeException(Exception ex)
Constructs a new exception

Parameters:
ex - The contained exception

ReadOnlyModeException

public ReadOnlyModeException(Exception ex,
                             boolean log)
Constructs a new exception

Parameters:
ex - The contained exception
log - If true the stack trace will be written to the error log.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice