Package com.saperion.ngc.exception
Class NgcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthenticationException,- BinaryUnavailableException,- CacheUnavailableException,- CheckoutFailedException,- ConvertAnnotationException,- DatabaseException,- DocumentAccessException,- DocumentIdentificationException,- DocumentLockException,- DownloadFailedException,- FavoriteReadException,- FieldValidationException,- FormRenderException,- InvalidDataTypeException,- InvalidRequestException,- NavigationException,- NgcUiException,- ProcessAlreadyRunningException,- RenderingFailedException,- SapViewerUrlException,- SearchSyntaxException,- SystemException,- UnknownFolderTypeException,- UnsupportedDocumentException,- UnsupportedFormException,- UserSearchFailedException,- WorkflowException
Basic exception for NG Client.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new NgcException.NgcException(String message) Creates a new NgcException.NgcException(String message, Throwable cause) Creates a new NgcException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NgcExceptionpublic NgcException()Creates a new NgcException.
- 
NgcExceptionCreates a new NgcException.- Parameters:
- message- message
 
- 
NgcExceptionCreates a new NgcException.- Parameters:
- message- message
- cause- cause
 
 
-