nyla.solutions.global.exception.ReadOnlyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nyla.solutions.global Show documentation
Show all versions of nyla.solutions.global Show documentation
Nyla Solutions Global Java API provides support for basic application
utilities (application configuration, data encryption, debugger and text
processing).
The newest version!
package nyla.solutions.global.exception;
import java.util.HashMap;
import java.util.Map;
/**
*
* ReadOnlyException used to indicate that a given field is read only.
*
* @author Gregory Green
* @version 1.0
*/
public class ReadOnlyException extends DataException
{
/**
* Comment for serialVersionUID
*/
private static final long serialVersionUID = -4137544711334684776L;
/**
* Constructor for RequiredException initializes internal
* data settings.
* @param aMesssage
*/
public ReadOnlyException(String aField)
{
if(aField == null)
aField = "";
Map