Class TexViewServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
org.odpi.openmetadata.viewservices.tex.api.ffdc.TexViewServiceException
- All Implemented Interfaces:
Serializable
public class TexViewServiceException
extends org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTexViewServiceException(org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageDefinition messageDefinition, String className, String actionDescription) -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassNameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TexViewServiceException
-
-
Method Details
-
toString
JSON-style toString- Overrides:
toStringin classorg.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase- Returns:
- string of property names and values for this enum
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classorg.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classorg.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase- Returns:
- int hash code
-