All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.parisesoftware.commons.http.notification.NotificationError.groovy Maven / Gradle / Ivy

The newest version!
package com.parisesoftware.commons.http.notification

/**
 * 

Notification Error

*

Simple Wrapper for an Error Message

* * @since 1.0 * @version 1.0 */ class NotificationError { private static final NotificationType DEFAULT_TYPE = NotificationType.APPLICATION_ERROR /** * the Error Message */ String message /** * the Error Type */ NotificationType type = DEFAULT_TYPE }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy