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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaSapUrlException
- Parameters:
message
- error messagecause
- causing remote exception
-
-
Method Details
-
getError
- Returns:
SapError
that caused this exception
-