|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sapportals.wcm.WcmException
com.sapportals.wcm.util.content.ContentException
com.sapportals.wcm.repository.ResourceException
com.sapportals.wcm.repository.IOErrorException
An IO error occured while trying to access a resource.
| Field Summary |
| Fields inherited from class com.sapportals.wcm.WcmException |
ex |
| Constructor Summary | |
IOErrorException(IOOperationFailedException newEx)
This constructor is used by the framework to use this exception as a wrapper for a new exception class of the repository manager API. |
|
IOErrorException(String msg,
Exception ex,
RID resourceID)
Constructs a new IOErrorException |
|
IOErrorException(String msg,
Exception ex,
URI resourceID)
Deprecated. as of NW04. URI migrated to RID . |
|
IOErrorException(String msg,
RID resourceID)
Constructs a new IOErrorException |
|
IOErrorException(String msg,
URI resourceID)
Deprecated. as of NW04. URI migrated to RID . |
|
| 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 |
| 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 |
public IOErrorException(String msg,
URI resourceID)
URI migrated to RID .
msg - resourceID -
public IOErrorException(String msg,
Exception ex,
URI resourceID)
URI migrated to RID .
msg - ex - resourceID -
public IOErrorException(String msg,
RID resourceID)
msg - The messageresourceID - The URI of the resource that caused the exception
(optional)
public IOErrorException(String msg,
Exception ex,
RID resourceID)
msg - The messageex - The contained exceptionresourceID - The URI of the resource that caused the exception
(optional)public IOErrorException(IOOperationFailedException newEx)
newEx - The new exception.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||