com.sap.ecm.api
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.ecm.api.ServiceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RepositoryAlreadyExistsException, RepositoryNotEmptyException, RepositoryQuotaExceededException
public class ServiceException
- extends RuntimeException
Generic exception encapsulating other root causes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceException
public ServiceException(String message,
Throwable throwable)
- Constructs a new exception with the given message and the given root cause.
- Parameters:
message
- The exceptions message.throwable
- The root cause.
ServiceException
public ServiceException(String message)
- Constructs a new exception with the given message.
- Parameters:
message
- The exceptions message.
Copyright © 2015 SAP. All Rights Reserved.