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

  /vpanels/source/usr/src/java/vpanels/panel/org/opensolaris/os/vp/panel/common/action/
ActionAbortedException.java 30 public class ActionAbortedException extends ActionException {
35 public ActionAbortedException() {
38 public ActionAbortedException(String message) {
42 public ActionAbortedException(Throwable cause) {
46 public ActionAbortedException(String message, Throwable cause) {
  /vpanels/source/usr/src/java/vpanels/panels/sharemgr/org/opensolaris/os/vp/panels/sharemgr/client/swing/
DragDropMoveSharesAction.java 30 import org.opensolaris.os.vp.panel.common.action.ActionAbortedException;
57 GroupManagedObject group) throws ActionAbortedException {
67 throw new ActionAbortedException();
MoveSharesAction.java 73 GroupManagedObject newGroup) throws ActionAbortedException {
94 throw new ActionAbortedException();
103 GroupManagedObject newGroup) throws ActionAbortedException,
CreateGroupAction.java 72 String name) throws ActionAbortedException {
80 throw new ActionAbortedException();
92 String name) throws ActionAbortedException, ActionFailedException,
CreateShareAction.java 194 CreateData data) throws ActionAbortedException {
204 throw new ActionAbortedException();
216 CreateData data) throws ActionAbortedException, ActionFailedException,
DeleteShareAndGroupAction.java 107 DeleteData data) throws ActionAbortedException {
168 throw new ActionAbortedException();
178 throws ActionAbortedException, ActionFailedException,
  /vpanels/source/usr/src/java/vpanels/client/org/opensolaris/os/vp/client/swing/
AppLoginManager.java 35 import org.opensolaris.os.vp.panel.common.action.ActionAbortedException;
63 final Certificate certificate) throws ActionAbortedException {
87 throw new ActionAbortedException();
92 protected void checkForCancel() throws ActionAbortedException {
95 throw new ActionAbortedException();
101 throws ActionAbortedException {
149 protected LoginInfo getLoginInfo() throws ActionAbortedException {
178 throws ActionAbortedException {
193 throw new ActionAbortedException();
AppInstance.java 39 import org.opensolaris.os.vp.panel.common.action.ActionAbortedException;
162 } catch (ActionAbortedException ignore) {
194 throws ActionAbortedException, NavigationAbortedException,
226 public void closeInstance(boolean isCancel) throws ActionAbortedException {
228 throw new ActionAbortedException();
236 throw new ActionAbortedException(e);
300 DialogMessage message) throws ActionAbortedException {
306 // Create or retrieve ConnectionInfo - throws ActionAbortedException
391 * @exception ActionAbortedException
397 throws ActionAbortedException {
    [all...]
  /vpanels/source/usr/src/java/vpanels/panels/apache/org/opensolaris/os/vp/panels/apache/client/swing/
CloneVirtualHostAction.java 67 throws ActionAbortedException {
76 throw new ActionAbortedException();
100 String domain) throws ActionAbortedException, ActionFailedException,
DeleteMimeTypeAction.java 71 throws ActionAbortedException {
75 throw new ActionAbortedException();
87 throw new ActionAbortedException();
107 throws ActionAbortedException, ActionFailedException,
DeleteModuleAction.java 71 throws ActionAbortedException {
75 throw new ActionAbortedException();
87 throw new ActionAbortedException();
107 throws ActionAbortedException, ActionFailedException,
DeleteVirtualHostAction.java 72 throws ActionAbortedException {
76 throw new ActionAbortedException();
88 throw new ActionAbortedException();
121 Object input) throws ActionAbortedException, ActionFailedException,
CreateModuleAction.java 152 throws ActionAbortedException {
160 throw new ActionAbortedException(e);
171 throw new ActionAbortedException();
183 throws ActionAbortedException, ActionFailedException,
CreateMimeTypeAction.java 156 throws ActionAbortedException {
164 throw new ActionAbortedException(e);
175 throw new ActionAbortedException();
187 throws ActionAbortedException, ActionFailedException,
CreateVirtualHostAction.java 153 throws ActionAbortedException {
161 throw new ActionAbortedException(e);
172 throw new ActionAbortedException();
184 throws ActionAbortedException, ActionFailedException,
  /vpanels/source/usr/src/java/vpanels/panels/idmap/org/opensolaris/os/vp/panels/idmap/client/swing/
DeleteMapRuleAction.java 60 throws ActionAbortedException {
83 throw new ActionAbortedException();
89 DeleteData data) throws ActionAbortedException, ActionFailedException,
  /vpanels/source/usr/src/java/vpanels/panels/firewall/org/opensolaris/os/vp/panels/firewall/client/swing/
RemoveServiceAction.java 73 selection, ServiceManagedObject input) throws ActionAbortedException {
76 throw new ActionAbortedException();
84 throw new ActionAbortedException();
117 ServiceManagedObject input) throws ActionAbortedException,
AddServiceAction.java 76 throws ActionAbortedException, ActionFailedException {
87 throws ActionAbortedException {
91 throw new ActionAbortedException();
102 ServiceManagedObject svc) throws ActionAbortedException,

Completed in 5099 milliseconds