HomeSort by relevance Sort by last modified time
    Searched defs:ActionUnauthorizedException (Results 1 - 2 of 2) sorted by null

  /vpanels/source/usr/src/java/vpanels/panel/org/opensolaris/os/vp/panel/common/action/
ActionUnauthorizedException.java 32 * The {@code ActionUnauthorizedException} class is an {@link ActionException}
36 public class ActionUnauthorizedException extends ActionException {
47 public ActionUnauthorizedException(PrincipalHint... hints) {
51 public ActionUnauthorizedException(String message, PrincipalHint... hints) {
55 public ActionUnauthorizedException(Throwable cause, PrincipalHint... hints)
60 public ActionUnauthorizedException(String message, Throwable cause,
67 public ActionUnauthorizedException(UnauthorizedException e) {
72 // ActionUnauthorizedException methods
  /vpanels/source/usr/src/java/vpanels/panels/sharemgr/org/opensolaris/os/vp/panels/sharemgr/client/common/
SharemgrClientUtil.java 39 ActionUnauthorizedException {
44 throw new ActionUnauthorizedException(message, e);

Completed in 6919 milliseconds