Searched refs:AgentServerErrorException (Results 1 - 3 of 3) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentServerErrorException.java36 public class AgentServerErrorException extends AgentException { class in inherits:AgentException
45 public AgentServerErrorException(String msg, Exception ex) { method in class:AgentServerErrorException
54 public AgentServerErrorException(String msg) { method in class:AgentServerErrorException
64 public AgentServerErrorException(Exception ex) { method in class:AgentServerErrorException
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DURLFailoverHelper.java34 import com.sun.identity.agents.arch.AgentServerErrorException;
139 throw new AgentServerErrorException(
152 throw new AgentServerErrorException(
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAmFilter.java44 import com.sun.identity.agents.arch.AgentServerErrorException;
196 } catch (AgentServerErrorException ase) {

Completed in 34 milliseconds