Class InvalidExternalDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.systemsx.cisd.common.exceptions.HighLevelException
ch.systemsx.cisd.common.exceptions.InvalidExternalDataException
- All Implemented Interfaces:
Serializable
Data provided to the system from another system is invalid. This class is supposed to be used in cases where the data cannot be attributed to any
user, but rather another system.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidExternalDataException(String message) InvalidExternalDataException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic InvalidExternalDataExceptionfromTemplate(String messageTemplate, Object... args) Creates anInvalidExternalDataExceptionusing aFormatter.static InvalidExternalDataExceptionfromTemplate(Throwable cause, String messageTemplate, Object... args) Creates anInvalidExternalDataExceptionusing aFormatter.Methods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriable, isRetriableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidExternalDataException
-
InvalidExternalDataException
-
-
Method Details
-
fromTemplate
Creates anInvalidExternalDataExceptionusing aFormatter. -
fromTemplate
public static InvalidExternalDataException fromTemplate(Throwable cause, String messageTemplate, Object... args) Creates anInvalidExternalDataExceptionusing aFormatter.
-