Searched defs:message (Results 326 - 350 of 1477) sorted by relevance

<<11121314151617181920>>

/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/
H A DRadiusLifecycleException.java28 * @param message - the detail message. The detail message is saved for later retrieval by the
31 public RadiusLifecycleException(String message) { argument
32 super(message);
38 * @param message - the detail message. The detail message is saved for later retrieval by the
43 public RadiusLifecycleException(String message, Throwable cause) { argument
44 super(message, caus
[all...]
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/audit/
H A DRadiusAuditLoggingException.java25 * Constructs a new RadiusAuditLoggingException with the specified detail message. The cause is not initialized, and
28 * @param message the detail message. The detail message is saved for later retrieval by the getMessage() method.
30 public RadiusAuditLoggingException(String message) { argument
31 super(message);
35 * Constructs a new exception with the specified detail message and cause. Note that the detail message associated
36 * with cause is not automatically incorporated in this exception's detail message.
38 * @param message th
42 RadiusAuditLoggingException(String message, Throwable cause) argument
[all...]
/forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/config/flows/
H A DAutoLoginException.java28 public AutoLoginException(String message) { argument
29 super(message);
/forgerock/openam/openam-shared/src/main/java/com/iplanet/dpro/session/exceptions/
H A DEntryAlreadyExistsException.java33 * Constructs a new exception with {@code null} as its detail message.
39 * Constructs a new exception with the specified detail message.
41 public EntryAlreadyExistsException(String message) { argument
42 super(message);
53 * Constructs a new exception with the specified detail message and cause.
55 public EntryAlreadyExistsException(String message, Throwable cause) { argument
56 super(message, cause);
H A DNotFoundException.java37 * Constructs a new exception with {@code null} as its detail message.
43 * Constructs a new exception with the specified detail message.
45 public NotFoundException(String message) { argument
46 super(message);
57 * Constructs a new exception with the specified detail message and cause.
59 public NotFoundException(String message, Throwable cause) { argument
60 super(message, cause);
H A DStoreException.java37 * Constructs a new exception with {@code null} as its detail message.
43 * Constructs a new exception with the specified detail message.
45 public StoreException(String message) { argument
46 super(message);
57 * Constructs a new exception with the specified detail message and cause.
59 public StoreException(String message, Throwable cause) { argument
60 super(message, cause);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/datastruct/
H A DValueNotFoundException.java26 * Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently
29 * @param message
30 * - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
33 public ValueNotFoundException(String message) { argument
34 super(message);
38 * Constructs a new exception with the specified detail message and cause. Note that the detail message associated
39 * with cause is not automatically incorporated in this exception's detail message.
41 * @param message
47 ValueNotFoundException(String message, Throwable cause) argument
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DInvalidDebugConfigurationException.java23 public InvalidDebugConfigurationException(String message) { argument
24 super(message);
27 public InvalidDebugConfigurationException(String message, Throwable cause) { argument
28 super(message, cause);
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DTokenMarshalException.java25 public TokenMarshalException(int code, String message) { argument
26 super(code, message);
28 public TokenMarshalException(int code, String message, Throwable cause) { argument
29 super(code, message, cause);
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DNoEmailSentException.java39 public NoEmailSentException(String message) { argument
40 super(message);
43 public NoEmailSentException(String message, Throwable cause) { argument
44 super(message, cause);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMConsoleException.java43 * @param message exception message.
45 public AMConsoleException(String message) { argument
46 super(message);
60 * @param message Exception message.
63 public AMConsoleException(String message, Throwable initCause) { argument
64 super(message, initCause);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/callbacks/
H A DScriptTextOutputCallback.java32 * @param message The script which will be inserted into the page receiving this callback
34 public ScriptTextOutputCallback(String message) { argument
35 super(TextOutputCallback.INFORMATION, message);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMAuthCallBackException.java45 * @param errorCode Key of the error message in resource bundle.
46 * @param args Arguments to the message.
54 * @param message English message for this exception.
56 public AMAuthCallBackException(String message) { argument
57 super(message);
H A DMessageLoginException.java35 * does not contain a error template. The exception message is the
43 * @param rbName Resource bundle name for the error message.
44 * @param errorCode Key to the message in resource bundle.
45 * @param args Arguments to the message.
57 * @param message English message for the exception.
59 public MessageLoginException(String message) { argument
60 super(message);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationException.java42 * @param message The message provided by the object that is throwing
46 public DelegationException(String message) { argument
47 super(message);
64 * @param message message of this exception
69 public DelegationException(String message, Throwable nestedException) { argument
70 super(message, nestedException);
75 * localized error message. At this level, the locale of the caller is not
76 * known and it is not possible to throw localized error message a
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClientException.java41 private String message = null; field in class:SOAPClientException
46 * Create <code>SOAPClientException</code> with no message.
53 * Create <code>SOAPClientException</code> with a message.
63 * Create <code>SOAPClientException</code> with a class name and message.
68 * The message associated with exception.
73 message = exceptionMessage;
86 * Method to obtain the message.
88 * @return message
91 return message;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogProvider.java47 * @param message log message.
54 String message,
58 LogRecord rec = new LogRecord(level, message, actor);
51 log( String logName, Level level, String message, Object actor, Object cred ) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/exceptions/
H A DConnectionFailedException.java29 public ConnectionFailedException(String message) { argument
30 super(message);
H A DContinuousQueryException.java26 * @param message Issue report.
28 public ContinuousQueryException(String message) { argument
29 super(message);
35 * @param message Issue report.
38 public ContinuousQueryException(String message, Throwable cause) { argument
39 super(message, cause);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/
H A DInvalidSNMPQueryException.java28 public InvalidSNMPQueryException(String message, Throwable throwable) { argument
29 super(message, throwable);
36 public InvalidSNMPQueryException(String message) { argument
37 super(message);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/baseurl/
H A DInvalidBaseUrlException.java24 public InvalidBaseUrlException(String message) { argument
25 super(message);
28 public InvalidBaseUrlException(String message, Exception e) { argument
29 super(message, e);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/
H A DSessionPersistenceException.java25 * Constructs a new exception with the specified detail message and
28 * @param message The detail message.
31 public SessionPersistenceException(String message, Throwable cause) { argument
32 super(message, cause);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/config/
H A DConfigRetrievalException.java28 * @param message
29 * exception message
33 public ConfigRetrievalException(String message, Throwable cause) { argument
34 super(message, cause);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordException.java30 * Record Exception constructor with a message
32 * @param message
34 public RecordException(String message) { argument
35 super(message);
39 * Record exception constructor with a message and an exception
41 * @param message
44 public RecordException(String message, Throwable cause) { argument
45 super(message, cause);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/
H A DChangeMonitorException.java25 public ChangeMonitorException(String message, Throwable throwable) { argument
26 super(message, throwable);

Completed in 169 milliseconds

<<11121314151617181920>>