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:
java.io.Serializable
public class SapViewerUrlException extends NgcException
Exception thrown when an invalid SAPViewer URL was received.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSapViewerUrlException.SapViewerUrlExceptionCauseCauses of aSapViewerUrlException.
-
Constructor Summary
Constructors Constructor Description SapViewerUrlException(java.lang.String message, SapViewerUrlException.SapViewerUrlExceptionCause cause)Creates a newSapViewerUrlException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SapViewerUrlException.SapViewerUrlExceptionCausegetExceptionCause()
-
-
-
Constructor Detail
-
SapViewerUrlException
public SapViewerUrlException(java.lang.String message, SapViewerUrlException.SapViewerUrlExceptionCause cause)Creates a newSapViewerUrlException.- Parameters:
message- the error messagecause- the cause of the exception
-
-
Method Detail
-
getExceptionCause
public SapViewerUrlException.SapViewerUrlExceptionCause getExceptionCause()
- Returns:
- the cause of the exception
-
-