|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Constructor Summary | |
|
RepositoryException()
Construct object of class RepositoryException. |
|
RepositoryException(boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.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,
java.lang.Throwable rootCause)
Construct object of class RepositoryException. |
protected |
RepositoryException(ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
|
RepositoryException(java.lang.String message)
Construct object of class RepositoryException. |
|
RepositoryException(java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
|
RepositoryException(java.lang.String message,
java.lang.Object[] args)
Construct object of class RepositoryException. |
|
RepositoryException(java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
|
RepositoryException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class RepositoryException. |
|
RepositoryException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
|
RepositoryException(java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class RepositoryException. |
|
RepositoryException(java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
|
RepositoryException(java.lang.Throwable rootCause)
Construct object of class RepositoryException. |
|
RepositoryException(java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException. |
| Constructor Detail |
public RepositoryException()
public RepositoryException(boolean logExceptionOnCreation)
logExceptionOnCreation - when true log the exception now during its
constructionpublic RepositoryException(java.lang.Throwable rootCause)
rootCause - throwable object which caused this exception
public RepositoryException(java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
rootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionpublic RepositoryException(java.lang.String message)
message - not localized message
public RepositoryException(java.lang.String message,
java.lang.Object[] args)
message - not localized messageargs - message arguments inserted by MessageFormat means
public RepositoryException(java.lang.String message,
java.lang.Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exception
public RepositoryException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
message - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exception
public RepositoryException(java.lang.String message,
boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
public RepositoryException(java.lang.String message,
java.lang.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(java.lang.String message,
java.lang.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(java.lang.String message,
java.lang.Object[] args,
java.lang.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,
java.lang.String key)
resourceAccessor - resource accessorkey - resource identifier for localized message
protected RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat means
protected RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
resourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exception
protected RepositoryException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.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,
java.lang.String key,
java.lang.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,
java.lang.String key,
java.lang.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,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.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,
java.lang.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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||