/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.spartacusrex.spartacuside.external; /** * * @author Spartacus Rex */ public class InvokeException extends Exception{ public InvokeException(String zException){ super(zException); } }