| /forgerock/opendj2/src/server/org/opends/server/admin/ |
| H A D | ManagedObjectNotFoundException.java | 58 * cause. 60 * @param cause 61 * The cause of this exception. 63 public ManagedObjectNotFoundException(Throwable cause) { argument 64 super(ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION.get(), cause);
|
| H A D | AdminException.java | 50 * Create an admin exception with a message and cause. 54 * @param cause 55 * The cause. 57 protected AdminException(Message message, Throwable cause) { argument 58 super(message, cause);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/admin/ |
| H A D | ManagedObjectNotFoundException.java | 59 * cause. 61 * @param cause 62 * The cause of this exception. 64 public ManagedObjectNotFoundException(Throwable cause) { argument 65 super(ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION.get(), cause);
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/admin/ |
| H A D | ManagedObjectNotFoundException.java | 59 * cause. 61 * @param cause 62 * The cause of this exception. 64 public ManagedObjectNotFoundException(Throwable cause) { argument 65 super(ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION.get(), cause);
|
| /forgerock/opendj2-hg/src/server/org/opends/server/admin/ |
| H A D | ManagedObjectNotFoundException.java | 58 * cause. 60 * @param cause 61 * The cause of this exception. 63 public ManagedObjectNotFoundException(Throwable cause) { argument 64 super(ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION.get(), cause);
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/ |
| H A D | ManagedObjectNotFoundException.java | 59 * cause. 61 * @param cause 62 * The cause of this exception. 64 public ManagedObjectNotFoundException(Throwable cause) { argument 65 super(ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION.get(), cause);
|
| /forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/exceptions/ |
| H A D | LdapInitializationFailedException.java | 20 public LdapInitializationFailedException(Throwable cause) { argument 21 super(cause.getMessage(), cause);
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/ |
| H A D | ManagedObjectNotFoundException.java | 58 * cause. 60 * @param cause 61 * The cause of this exception. 63 public ManagedObjectNotFoundException(Throwable cause) { argument 64 super(ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION.get(), cause);
|
| /forgerock/openam-v13/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/ |
| H A D | HttpClientCreationException.java | 31 * @param cause 32 * umderlying cause 34 public HttpClientCreationException(String message, Throwable cause) { argument 35 super(message, cause);
|
| /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ |
| H A D | ManagedObjectNotFoundException.java | 49 * Create a managed object not found exception with the specified cause. 51 * @param cause 52 * The cause of this exception. 54 public ManagedObjectNotFoundException(Throwable cause) { argument 55 super(ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION.get(), cause);
|
| /forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/ |
| H A D | HttpClientCreationException.java | 31 * @param cause 32 * umderlying cause 34 public HttpClientCreationException(String message, Throwable cause) { argument 35 super(message, cause);
|
| /forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/blacklist/ |
| H A D | BlacklistException.java | 36 * @param cause The cause. 38 public BlacklistException(Throwable cause) { argument 39 super(cause);
|
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/exceptions/ |
| H A D | LdapInitializationFailedException.java | 20 public LdapInitializationFailedException(Throwable cause) { argument 21 super(cause.getMessage(), cause);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/ |
| H A D | ASN1Exception.java | 73 * cause. 76 * @param cause The exception that was caught to trigger this exception. 78 public ASN1Exception(Message message, Throwable cause) argument 80 super(message, cause);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/tools/ |
| H A D | ClientException.java | 77 * Creates a new client exception with the provided message and root cause. 82 * @param cause The exception that was caught to trigger this exception. 84 public ClientException(int exitCode, Message message, Throwable cause) argument 86 super(message, cause);
|
| H A D | SSLConnectionException.java | 69 * underlying cause. 72 * @param cause The underlying cause that triggered this 75 public SSLConnectionException(Message message, Throwable cause) argument 77 super(message, cause);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/ |
| H A D | MakeLDIFException.java | 70 * @param cause The underlying cause for this exception. 72 public MakeLDIFException(Message message, Throwable cause) argument 74 super(message, cause);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/tools/tasks/ |
| H A D | TaskClientException.java | 50 * @param cause of this exception 52 public TaskClientException(OpenDsException cause) { argument 53 super(cause); 68 * @param cause of this exception 70 public TaskClientException(Throwable cause) { argument 71 super(cause); 78 * @param cause of this exception 80 public TaskClientException(Message message, Throwable cause) { argument 81 super(message, cause);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
| H A D | CryptoManagerException.java | 63 * cause. 65 * @param cause The underlying cause. 67 public CryptoManagerException(Message message, Exception cause) { argument 68 super(message, cause);
|
| H A D | IdentifiedException.java | 78 * @param cause The underlying cause that triggered this 81 protected IdentifiedException(Throwable cause) argument 83 super(cause); 93 * @param cause The underlying cause that triggered this 96 protected IdentifiedException(Message message, Throwable cause) argument 98 super(message, cause);
|
| H A D | InitializationException.java | 73 * and root cause. 77 * @param cause The exception that was caught to trigger this 81 Throwable cause) 83 super(message, cause); 80 InitializationException(Message message, Throwable cause) argument
|
| H A D | MembershipException.java | 91 * @param cause The underlying cause for this 96 Throwable cause) 98 super(errorMessage, cause); 94 MembershipException(Message errorMessage, boolean continueIterating, Throwable cause) argument
|
| H A D | OpenDsException.java | 64 * <code>cause</code>. 66 * @param cause exception whose message will be used for 69 protected OpenDsException(OpenDsException cause) { argument 70 this(null, cause); 89 * @param cause The underlying cause that triggered this 92 protected OpenDsException(Throwable cause) argument 94 this(null, cause); 104 * @param cause The underlying cause tha 107 OpenDsException(Message message, Throwable cause) argument [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/util/args/ |
| H A D | ArgumentException.java | 69 * Creates a new argument exception with the provided message and root cause. 72 * @param cause The exception that was caught to trigger this exception. 74 public ArgumentException(Message message, Throwable cause) argument 76 super(message, cause);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/ |
| H A D | CLIException.java | 55 * @param cause 61 public static CLIException adaptInputException(Throwable cause) { argument 62 return new CLIException(UtilityMessages.ERR_CONSOLE_INPUT_ERROR.get(cause 63 .getMessage()), cause); 81 * Creates a new CLI exception with the provided message and cause. 85 * @param cause 86 * The cause of this exception. 88 public CLIException(Message message, Throwable cause) { argument 89 super(message, cause);
|