Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OATS-CADC
ac
Commits
357e4dae
Commit
357e4dae
authored
Feb 15, 2017
by
Patrick Dowler
Browse files
impove exception message
parent
239b3e93
Changes
1
Show whitespace changes
Inline
Side-by-side
cadc-access-control/src/main/java/ca/nrc/cadc/ac/client/GMSClient.java
View file @
357e4dae
...
...
@@ -1123,7 +1123,7 @@ public class GMSClient implements TransferListener
}
if
(!
domainMatch
)
{
throw
new
AccessControlException
(
"
N
o
valid public credentials."
);
throw
new
AccessControlException
(
"
n
o
SSOCookieCredential for domain "
+
domain
);
}
}
catch
(
IOException
ex
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment