Class UIShareDocuments.PermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.ecm.webui.component.explorer.popup.actions.UIShareDocuments.PermissionException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UIShareDocuments
public static class UIShareDocuments.PermissionException extends Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIShareDocuments.PermissionException.Code
-
Constructor Summary
Constructors Constructor Description PermissionException(UIShareDocuments.PermissionException.Code error)PermissionException(UIShareDocuments.PermissionException.Code error, String data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetData()UIShareDocuments.PermissionException.CodegetError()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PermissionException
public PermissionException(UIShareDocuments.PermissionException.Code error)
-
PermissionException
public PermissionException(UIShareDocuments.PermissionException.Code error, String data)
-
-
Method Detail
-
getError
public UIShareDocuments.PermissionException.Code getError()
-
getData
public String getData()
-
-