|
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.sap.exception.BaseException
com.sap.netweaver.bc.rf.util.exception.BaseException
com.sap.netweaver.bc.rf.common.exception.RepositoryException
Class implementing an exception used in conjunction with resource processing.
| Field Summary |
| Fields inherited from interface com.sap.exception.IBaseException |
audit, defaultLocale |
| Constructor Summary | |
|
RepositoryException()
Construct object of class RepositoryException. |
|
RepositoryException(boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Throwable rootCause)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceMessage message)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceMessage message,
Throwable rootCause)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceMessage message,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
|
RepositoryException(String message)
Construct object of class RepositoryException. |
|
RepositoryException(String message,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
|
RepositoryException(String message,
Object[] args)
Construct object of class RepositoryException. |
|
RepositoryException(String message,
Object[] args,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
|
RepositoryException(String message,
Object[] args,
Throwable rootCause)
Construct object of class RepositoryException. |
|
RepositoryException(String message,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
|
RepositoryException(String message,
Throwable rootCause)
Construct object of class RepositoryException. |
|
RepositoryException(String message,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
|
RepositoryException(Throwable rootCause)
Construct object of class RepositoryException. |
|
RepositoryException(Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RepositoryException()
public RepositoryException(boolean logExceptionOnCreation)
logExceptionOnCreation - when true log the exception now during its
constructionpublic RepositoryException(Throwable rootCause)
rootCause - throwable object which caused this exception
public RepositoryException(Throwable rootCause,
boolean logExceptionOnCreation)
rootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionpublic RepositoryException(String message)
message - not localized message
public RepositoryException(String message,
Object[] args)
message - not localized messageargs - message arguments inserted by MessageFormat means
public RepositoryException(String message,
Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exception
public RepositoryException(String message,
Object[] args,
Throwable rootCause)
message - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exception
public RepositoryException(String message,
boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
public RepositoryException(String message,
Object[] args,
boolean logExceptionOnCreation)
message - not localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
construction
public RepositoryException(String message,
Throwable rootCause,
boolean logExceptionOnCreation)
message - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
public RepositoryException(String message,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
message - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
protected RepositoryException(ResourceAccessor resourceAccessor,
String key)
resourceAccessor - resource accessorkey - resource identifier for localized message
protected RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat means
protected RepositoryException(ResourceAccessor resourceAccessor,
String key,
Throwable rootCause)
resourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exception
protected RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exception
protected RepositoryException(ResourceAccessor resourceAccessor,
String key,
boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messagelogExceptionOnCreation - when true log the exception now during its
construction
protected RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
construction
protected RepositoryException(ResourceAccessor resourceAccessor,
String key,
Throwable rootCause,
boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
protected RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionprotected RepositoryException(ResourceMessage message)
message - not localized message
protected RepositoryException(ResourceMessage message,
Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exception
protected RepositoryException(ResourceMessage message,
boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
protected RepositoryException(ResourceMessage message,
Throwable rootCause,
boolean logExceptionOnCreation)
message - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||