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 SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SapViewerUrlExceptionpublic SapViewerUrlException(String message, SapViewerUrlException.SapViewerUrlExceptionCause cause) Creates a newSapViewerUrlException.- Parameters:
- message- the error message
- cause- the cause of the exception
 
 
- 
- 
Method Details- 
getExceptionCause- Returns:
- the cause of the exception
 
 
-