Searched defs:AgentException (Results 1 - 1 of 1) sorted by relevance
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/ | ||
H A D | AgentException.java | 25 * $Id: AgentException.java,v 1.2 2008/06/25 05:51:35 qcheng Exp $ 40 public class AgentException extends Exception { class in inherits:Exception 49 public AgentException(String msg, Exception ex) { method in class:AgentException 59 public AgentException(String msg) { method in class:AgentException 69 public AgentException(Exception ex) { method in class:AgentException 92 err.println("[AgentException Stack]"); 98 if(ex instanceof AgentException) { 99 AgentException ae = (AgentException) ex; |
Completed in 97 milliseconds