Searched defs:RecordException (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordException.java21 public class RecordException extends Exception { class in inherits:Exception
26 public RecordException() { method in class:RecordException
34 public RecordException(String message) { method in class:RecordException
44 public RecordException(String message, Throwable cause) { method in class:RecordException
53 public RecordException(Throwable cause) { method in class:RecordException
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordException.java21 public class RecordException extends Exception { class in inherits:Exception
26 public RecordException() { method in class:RecordException
34 public RecordException(String message) { method in class:RecordException
44 public RecordException(String message, Throwable cause) { method in class:RecordException
53 public RecordException(Throwable cause) { method in class:RecordException

Completed in 35 milliseconds