Package com.saperion.exception
Class SaSapUrlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaSystemException
com.saperion.exception.SaSapUrlException
- All Implemented Interfaces:
- Serializable
Exception thrown when checking a SAP-URL failed.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SaSapUrlException- Parameters:
- message- error message
- cause- causing remote exception
 
 
- 
- 
Method Details- 
getError- Returns:
- SapErrorthat caused this exception
 
 
-