Class InvalidExternalDataException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidExternalDataException
    extends HighLevelException
    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:
    Serialized Form
    • Constructor Detail

      • InvalidExternalDataException

        public InvalidExternalDataException​(java.lang.String message)
      • InvalidExternalDataException

        public InvalidExternalDataException​(java.lang.String message,
                                            java.lang.Throwable cause)