Package jade.core

Examples of jade.core.IMTPException


        // Roll back if necessary and forward the exception
        pendingImages.remove(agentID);
        if (previous != null) {
          pendingImages.put(agentID, previous);
        }
        throw new IMTPException("Non-String argument");
      }
    }
View Full Code Here

TOP

Related Classes of jade.core.IMTPException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.