Package com.saperion.ngc.exception
Class SapViewerUrlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
com.saperion.ngc.exception.SapViewerUrlException
- All Implemented Interfaces:
Serializable
Exception thrown when an invalid SAPViewer URL was received.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SapViewerUrlException
public SapViewerUrlException(String message, SapViewerUrlException.SapViewerUrlExceptionCause cause) Creates a newSapViewerUrlException
.- Parameters:
message
- the error messagecause
- the cause of the exception
-
-
Method Details
-
getExceptionCause
- Returns:
- the cause of the exception
-