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 Summary
ConstructorsConstructorDescriptionCreates a new NgcException.NgcException
(String message) Creates a new NgcException.NgcException
(String message, Throwable cause) Creates a new NgcException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NgcException
public NgcException()Creates a new NgcException. -
NgcException
Creates a new NgcException.- Parameters:
message
- message
-
NgcException
Creates a new NgcException.- Parameters:
message
- messagecause
- cause
-