Package com.nomagic.magicdraw.esi
Class InsufficientPermissionsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.nomagic.magicdraw.esi.InsufficientPermissionsException
-
- All Implemented Interfaces:
java.io.Serializable
@OpenApiAll public class InsufficientPermissionsException extends java.lang.RuntimeException
This particular extension ofRuntimeException
identifies that the Teamwork Cloud related operation has failed due to insufficient permissions that the currently logged in user has.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InsufficientPermissionsException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-