Class InsufficientPermissionsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nomagic.magicdraw.esi.InsufficientPermissionsException
All Implemented Interfaces:
Serializable

@OpenApiAll public class InsufficientPermissionsException extends RuntimeException
This particular extension of RuntimeException identifies that the Teamwork Cloud related operation has failed due to insufficient permissions that the currently logged in user has.
See Also:
  • Constructor Details

    • InsufficientPermissionsException

      public InsufficientPermissionsException(String message)