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

com.arjuna.wst.SystemException Maven / Gradle / Ivy

The newest version!
/*
   Copyright The Narayana Authors
   SPDX-License-Identifier: Apache-2.0
 */



package com.arjuna.wst;

/**
 * Thrown if a general exception is encountered (one not supported by
 * any other exception.)
 *
 * @author Mark Little ([email protected])
 * @version $Id: SystemException.java,v 1.2 2003/04/11 14:47:29 nmcl Exp $
 * @since 1.0.
 */

public class SystemException extends Exception
{
    
    public SystemException ()
    {
	super();
    }

    public SystemException (String s)
    {
	super(s);
    }
 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy